drop redundant ->owner initializations
[cascardo/linux.git] / fs / ext4 / sysfs.c
index 1420a3c..73bcfd4 100644 (file)
@@ -359,7 +359,6 @@ static int name##_open(struct inode *inode, struct file *file) \
 } \
 \
 static const struct file_operations ext4_seq_##name##_fops = { \
-       .owner          = THIS_MODULE, \
        .open           = name##_open, \
        .read           = seq_read, \
        .llseek         = seq_lseek, \