diff options
Diffstat (limited to 'fs/coda/pioctl.c')
-rw-r--r-- | fs/coda/pioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/coda/pioctl.c b/fs/coda/pioctl.c index f36a4040afb8..b0b9cda41928 100644 --- a/fs/coda/pioctl.c +++ b/fs/coda/pioctl.c | |||
@@ -35,7 +35,6 @@ const struct inode_operations coda_ioctl_inode_operations = { | |||
35 | }; | 35 | }; |
36 | 36 | ||
37 | const struct file_operations coda_ioctl_operations = { | 37 | const struct file_operations coda_ioctl_operations = { |
38 | .owner = THIS_MODULE, | ||
39 | .unlocked_ioctl = coda_pioctl, | 38 | .unlocked_ioctl = coda_pioctl, |
40 | .llseek = noop_llseek, | 39 | .llseek = noop_llseek, |
41 | }; | 40 | }; |