diff options
| author | Joel Granados <joel.granados@kernel.org> | 2025-11-03 22:29:08 +0100 |
|---|---|---|
| committer | Joel Granados <joel.granados@kernel.org> | 2026-01-05 13:54:41 +0100 |
| commit | f7386f545e49e5e6229a14d92b39340d155b0b3f (patch) | |
| tree | e04bcf94045569d50d7429864b347ac5e2cbd491 /include/linux/hugetlb.h | |
| parent | a2564d0688db20a1ee1660f45d7823075feb12a7 (diff) | |
| download | linux-next-f7386f545e49e5e6229a14d92b39340d155b0b3f.tar.gz linux-next-f7386f545e49e5e6229a14d92b39340d155b0b3f.zip | |
sysctl: Remove unused ctl_table forward declarations
Remove superfluous forward declarations of ctl_table from header files
where they are no longer needed. These declarations were left behind
after sysctl code refactoring and cleanup.
Reviewed-by: Jan Kara <jack@suse.cz>
Acked-by: Muchun Song <muchun.song@linux.dev>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
Diffstat (limited to 'include/linux/hugetlb.h')
| -rw-r--r-- | include/linux/hugetlb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index 019a1c5281e4..18d1c4ecc4f9 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h @@ -16,8 +16,6 @@ #include <linux/userfaultfd_k.h> #include <linux/nodemask.h> -struct ctl_table; -struct user_struct; struct mmu_gather; struct node; |
