diff options
| author | Joel Granados <joel.granados@kernel.org> | 2025-06-27 10:00:05 +0300 |
|---|---|---|
| committer | Joel Granados <joel.granados@kernel.org> | 2025-07-23 12:56:02 +0300 |
| commit | 39dac316f09ae5a0930878d2cae8aea113648b5a (patch) | |
| tree | 79730c96ed245685fbc797e4c30f32f59fc62190 /include | |
| parent | 02b072fd9fe1c5e16b7ae8da2f4ae31c8ef6f6a3 (diff) | |
| download | linux-39dac316f09ae5a0930878d2cae8aea113648b5a.tar.xz | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 30bcbc59d12d..92e9146b1104 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -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 */ |
