diff options
Diffstat (limited to 'fs/devpts/root.c')
-rw-r--r-- | fs/devpts/root.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/devpts/root.c b/fs/devpts/root.c index c284f1d97..c1c1a6000 100644 --- a/fs/devpts/root.c +++ b/fs/devpts/root.c @@ -57,7 +57,6 @@ struct inode_operations devpts_root_inode_operations = { NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; |