]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
sysctl: Removed unused variable
authorJoel Granados <joel.granados@kernel.org>
Fri, 27 Jun 2025 07:00:05 +0000 (09:00 +0200)
committerJoel Granados <joel.granados@kernel.org>
Wed, 23 Jul 2025 09:56:02 +0000 (11:56 +0200)
Remove unaligned_dump_stack from sysctl.h; it is no longer used or
defined.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
include/linux/sysctl.h

index 30bcbc59d12d2f4cec7545e7ee3f5ea5f0eefbd7..92e9146b1104123d3dc0ff004bd681861e297581 100644 (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 */