diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-12 10:33:53 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-12 10:33:53 +0400 |
commit | 17f04fbb0f7153d95ec33da81189b113cc778157 (patch) | |
tree | 7f8f72195727d9d8b21040837996566bb4addf35 /arch/sparc/include/asm/system_32.h | |
parent | 72c57ed50663dc04b0b329beaec39b557c8ac5a5 (diff) | |
download | linux-17f04fbb0f7153d95ec33da81189b113cc778157.tar.xz |
sysctl: Use header file for sysctl knob declarations on sparc.
This also takes care of a sparse warning as scons_pwroff's definition
point.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/system_32.h')
-rw-r--r-- | arch/sparc/include/asm/system_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/system_32.h b/arch/sparc/include/asm/system_32.h index 4e18ef272336..8623fc48fe24 100644 --- a/arch/sparc/include/asm/system_32.h +++ b/arch/sparc/include/asm/system_32.h @@ -49,6 +49,7 @@ extern unsigned long empty_zero_page; extern void sun_do_break(void); extern int serial_console; extern int stop_a_enabled; +extern int scons_pwroff; static inline int con_is_present(void) { |