aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/setup.h')
-rw-r--r--arch/sh/include/asm/setup.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h
index 01fa17a3d75..99238108e7a 100644
--- a/arch/sh/include/asm/setup.h
+++ b/arch/sh/include/asm/setup.h
@@ -1,9 +1,8 @@
#ifndef _SH_SETUP_H
#define _SH_SETUP_H
-#include <asm-generic/setup.h>
+#include <uapi/asm/setup.h>
-#ifdef __KERNEL__
/*
* This is set up by the setup-routine at boot-time
*/
@@ -20,7 +19,6 @@
void sh_mv_setup(void);
void check_for_initrd(void);
-
-#endif /* __KERNEL__ */
+void per_cpu_trap_init(void);
#endif /* _SH_SETUP_H */