Skip to content

Commit

Permalink
headers_check fix: mn10300, setup.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput committed Jun 14, 2009
1 parent c14e1a1 commit 0419bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/mn10300/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 0419bb4

Please sign in to comment.