summaryrefslogtreecommitdiff
path: root/arch/mn10300/include/asm/setup.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-10 11:10:10 (GMT)
committerDavid Howells <dhowells@redhat.com>2012-10-10 11:10:10 (GMT)
commit3b2267e0c8898b8d2e8de024eaae570505456836 (patch)
tree22962ef897dafb32adba96800c9e4f13693922fc /arch/mn10300/include/asm/setup.h
parent42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff)
downloadlinux-3b2267e0c8898b8d2e8de024eaae570505456836.tar.xz
UAPI: (Scripted) Disintegrate arch/mn10300/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/mn10300/include/asm/setup.h')
-rw-r--r--arch/mn10300/include/asm/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/include/asm/setup.h b/arch/mn10300/include/asm/setup.h
index c229d1e..fb02455 100644
--- a/arch/mn10300/include/asm/setup.h
+++ b/arch/mn10300/include/asm/setup.h
@@ -11,8 +11,8 @@
#ifndef _ASM_SETUP_H
#define _ASM_SETUP_H
-#ifdef __KERNEL__
+#include <uapi/asm/setup.h>
+
extern void __init unit_setup(void);
extern void __init unit_init_IRQ(void);
-#endif
#endif /* _ASM_SETUP_H */