netfilter: xtables: mark initial tables constant
[deliverable/linux.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,
This page took 0.029384 seconds and 5 git commands to generate.