]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/netfilter/ipt_LOG.c
Merge branch 'linus' into x86/core
[linux-2.6-omap-h63xx.git] / net / ipv4 / netfilter / ipt_LOG.c
index 27a78fbbd92bd63018ef9748e3d822ca0be2a35e..acc44c69eb68ffb972cedc569cf3222b5c92b255 100644 (file)
@@ -464,7 +464,7 @@ static struct xt_target log_tg_reg __read_mostly = {
        .me             = THIS_MODULE,
 };
 
-static const struct nf_logger ipt_log_logger ={
+static struct nf_logger ipt_log_logger __read_mostly = {
        .name           = "ipt_LOG",
        .logfn          = &ipt_log_packet,
        .me             = THIS_MODULE,