diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-12 02:33:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-12 02:33:53 -0400 |
commit | 17f04fbb0f7153d95ec33da81189b113cc778157 (patch) | |
tree | 7f8f72195727d9d8b21040837996566bb4addf35 /arch/sparc/include/asm/system_32.h | |
parent | 72c57ed50663dc04b0b329beaec39b557c8ac5a5 (diff) |
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; | |||
49 | extern void sun_do_break(void); | 49 | extern void sun_do_break(void); |
50 | extern int serial_console; | 50 | extern int serial_console; |
51 | extern int stop_a_enabled; | 51 | extern int stop_a_enabled; |
52 | extern int scons_pwroff; | ||
52 | 53 | ||
53 | static inline int con_is_present(void) | 54 | static inline int con_is_present(void) |
54 | { | 55 | { |