sysctl: Removed unused variable

Remove unaligned_dump_stack from sysctl.h; it is no longer used or
defined.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
This commit is contained in:
Joel Granados 2025-06-27 09:00:05 +02:00
parent 02b072fd9f
commit 39dac316f0
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ int do_proc_douintvec(const struct ctl_table *table, int write,
void *data);
extern int unaligned_enabled;
extern int unaligned_dump_stack;
extern int no_unaligned_warning;
#else /* CONFIG_SYSCTL */