drop redundant ->owner initializations
[cascardo/linux.git] / fs / coda / pioctl.c
index f36a404..b0b9cda 100644 (file)
@@ -35,7 +35,6 @@ const struct inode_operations coda_ioctl_inode_operations = {
 };
 
 const struct file_operations coda_ioctl_operations = {
-       .owner          = THIS_MODULE,
        .unlocked_ioctl = coda_pioctl,
        .llseek         = noop_llseek,
 };