summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include
diff options
context:
space:
mode:
authorJaswinder Singh Rajput2009-06-14 08:21:12 +0200
committerJaswinder Singh Rajput2009-06-14 08:21:12 +0200
commit0419bb466f5059e40e141b1e3ab258a862ae11f0 (patch)
tree98271916fac9470b281e2a31ad7ec790fbda979b /arch/mn10300/include
parentheaders_check fix: mn10300, ptrace.h (diff)
downloadkernel-qcow2-linux-0419bb466f5059e40e141b1e3ab258a862ae11f0.tar.gz
kernel-qcow2-linux-0419bb466f5059e40e141b1e3ab258a862ae11f0.tar.xz
kernel-qcow2-linux-0419bb466f5059e40e141b1e3ab258a862ae11f0.zip
headers_check fix: mn10300, setup.h
fix the following 'make headers_check' warnings: usr/include/asm-mn10300/setup.h:14: extern's make no sense in userspace usr/include/asm-mn10300/setup.h:15: extern's make no sense in userspace Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/mn10300/include')
-rw-r--r--arch/mn10300/include/asm/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/setup.h b/arch/mn10300/include/asm/setup.h
index 08356c832283..c229d1e3f999 100644
--- a/arch/mn10300/include/asm/setup.h
+++ b/arch/mn10300/include/asm/setup.h
@@ -11,7 +11,8 @@
#ifndef _ASM_SETUP_H
#define _ASM_SETUP_H
+#ifdef __KERNEL__
extern void __init unit_setup(void);
extern void __init unit_init_IRQ(void);
-
+#endif
#endif /* _ASM_SETUP_H */