]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/netfilter/iptable_filter.c
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / net / ipv4 / netfilter / iptable_filter.c
index 97dbd94a8e37c7d7ff78050fc0ebac8dc3d65fcd..df566cbd68e555ccec91b95e6a3d8e4e518b17bd 100644 (file)
@@ -53,7 +53,7 @@ static struct
        .term = IPT_ERROR_INIT,                 /* ERROR */
 };
 
-static struct xt_table packet_filter = {
+static const struct xt_table packet_filter = {
        .name           = "filter",
        .valid_hooks    = FILTER_VALID_HOOKS,
        .me             = THIS_MODULE,