diff options
Diffstat (limited to 'fs/ramfs/internal.h')
| -rw-r--r-- | fs/ramfs/internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ramfs/internal.h b/fs/ramfs/internal.h index 272c8a7120b..a9d8ae88fa1 100644 --- a/fs/ramfs/internal.h +++ b/fs/ramfs/internal.h @@ -10,6 +10,4 @@ */ -extern struct address_space_operations ramfs_aops; -extern struct file_operations ramfs_file_operations; -extern struct inode_operations ramfs_file_inode_operations; +extern const struct inode_operations ramfs_file_inode_operations; |
