mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
c14e1a13b7
commit
0419bb466f
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue