drop redundant ->owner initializations
[cascardo/linux.git] / fs / nfsd / stats.c
index cd90878..d97338b 100644 (file)
@@ -84,7 +84,6 @@ static int nfsd_proc_open(struct inode *inode, struct file *file)
 }
 
 static const struct file_operations nfsd_proc_fops = {
-       .owner = THIS_MODULE,
        .open = nfsd_proc_open,
        .read  = seq_read,
        .llseek = seq_lseek,