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/net | |
| parent | a2564d0688db20a1ee1660f45d7823075feb12a7 (diff) | |
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/net')
| -rw-r--r-- | include/net/ax25.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index a7bba42dde15..beec9712e9c7 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h @@ -215,8 +215,6 @@ typedef struct { unsigned short slave_timeout; /* when? */ } ax25_dama_info; -struct ctl_table; - typedef struct ax25_dev { struct list_head list; |
