aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pstore/inode.c')
-rw-r--r--fs/pstore/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pstore/inode.c b/fs/pstore/inode.c
index 45d6110744cb..ec9ddef5ae75 100644
--- a/fs/pstore/inode.c
+++ b/fs/pstore/inode.c
@@ -178,7 +178,6 @@ static loff_t pstore_file_llseek(struct file *file, loff_t off, int whence)
178} 178}
179 179
180static const struct file_operations pstore_file_operations = { 180static const struct file_operations pstore_file_operations = {
181 .owner = THIS_MODULE,
182 .open = pstore_file_open, 181 .open = pstore_file_open,
183 .read = pstore_file_read, 182 .read = pstore_file_read,
184 .llseek = pstore_file_llseek, 183 .llseek = pstore_file_llseek,