netfilter: delete /proc THIS_MODULE references
[linux-2.6-microblaze.git] / net / netfilter / nf_log.c
index 8bb152a..c2c1b16 100644 (file)
@@ -402,7 +402,6 @@ static int nflog_open(struct inode *inode, struct file *file)
 }
 
 static const struct file_operations nflog_file_ops = {
-       .owner   = THIS_MODULE,
        .open    = nflog_open,
        .read    = seq_read,
        .llseek  = seq_lseek,