]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/netfilter/ipt_ecn.c
Kbuild/doc: fix links to Documentation files
[linux-2.6-omap-h63xx.git] / net / ipv4 / netfilter / ipt_ecn.c
index 3129e31061625a1ebaf899ec1467de567e9aafd1..d6925c6740692a730c64fc6313bc788fd8a72e45 100644 (file)
@@ -111,7 +111,7 @@ static bool checkentry(const char *tablename, const void *ip_void,
        return true;
 }
 
-static struct xt_match ecn_match = {
+static struct xt_match ecn_match __read_mostly = {
        .name           = "ecn",
        .family         = AF_INET,
        .match          = match,