mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
hugetlbfs: remove unneeded hugetlbfs_ops forward declaration
The forward declaration for hugetlbfs_ops is unnecessary. Remove it. Link: https://lkml.kernel.org/r/20220726142918.51693-3-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
#include <linux/uaccess.h>
|
#include <linux/uaccess.h>
|
||||||
#include <linux/sched/mm.h>
|
#include <linux/sched/mm.h>
|
||||||
|
|
||||||
static const struct super_operations hugetlbfs_ops;
|
|
||||||
static const struct address_space_operations hugetlbfs_aops;
|
static const struct address_space_operations hugetlbfs_aops;
|
||||||
const struct file_operations hugetlbfs_file_operations;
|
const struct file_operations hugetlbfs_file_operations;
|
||||||
static const struct inode_operations hugetlbfs_dir_inode_operations;
|
static const struct inode_operations hugetlbfs_dir_inode_operations;
|
||||||
|
Reference in New Issue
Block a user