diff options
author | Miaohe Lin <[email protected]> | 2022-07-26 22:29:15 +0800 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-29 18:07:19 -0700 |
commit | 7ec3c362cfc4cf7aa8d29416c34d0dc0817cf9aa (patch) | |
tree | bd8eaf2dc4481cdcf454338bd6a53c21f61efd65 | |
parent | d00365175e092a3144ecbee3181f46682b5b5e97 (diff) |
hugetlbfs: remove unneeded hugetlbfs_ops forward declaration
The forward declaration for hugetlbfs_ops is unnecessary. Remove it.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Miaohe Lin <[email protected]>
Reviewed-by: Mike Kravetz <[email protected]>
Reviewed-by: Muchun Song <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | fs/hugetlbfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index 3f5870769451..f6247d588816 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c @@ -40,7 +40,6 @@ #include <linux/uaccess.h> #include <linux/sched/mm.h> -static const struct super_operations hugetlbfs_ops; static const struct address_space_operations hugetlbfs_aops; const struct file_operations hugetlbfs_file_operations; static const struct inode_operations hugetlbfs_dir_inode_operations; |