Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -1
+2 -1
arch/mn10300/include/asm/setup.h
··· 11 11 #ifndef _ASM_SETUP_H 12 12 #define _ASM_SETUP_H 13 13 14 + #ifdef __KERNEL__ 14 15 extern void __init unit_setup(void); 15 16 extern void __init unit_init_IRQ(void); 16 - 17 + #endif 17 18 #endif /* _ASM_SETUP_H */