diff options
Diffstat (limited to 'kernel/fs/pstore/inode.c')
-rw-r--r-- | kernel/fs/pstore/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fs/pstore/inode.c b/kernel/fs/pstore/inode.c index d8c439d81..ac6c78fe1 100644 --- a/kernel/fs/pstore/inode.c +++ b/kernel/fs/pstore/inode.c @@ -178,7 +178,6 @@ static loff_t pstore_file_llseek(struct file *file, loff_t off, int whence) } static const struct file_operations pstore_file_operations = { - .owner = THIS_MODULE, .open = pstore_file_open, .read = pstore_file_read, .llseek = pstore_file_llseek, |