drop redundant ->owner initializations
[cascardo/linux.git] / fs / fscache / histogram.c
index 7d637e2..15a3d04 100644 (file)
@@ -99,7 +99,6 @@ static int fscache_histogram_open(struct inode *inode, struct file *file)
 }
 
 const struct file_operations fscache_histogram_fops = {
-       .owner          = THIS_MODULE,
        .open           = fscache_histogram_open,
        .read           = seq_read,
        .llseek         = seq_lseek,