linux-stable-rt/arch/sparc
Paul Gortmaker f060ac5460 sparc: Add module.h to files previously implicitly using it.
The file mm/extable.c needs module.h for within_module_init(), and
also for search_exception_tables [which arguably could be living somewhere
more appropriate than module.h] - eventually causing this:

arch/sparc/mm/extable.c: In function 'trim_init_extable':
arch/sparc/mm/extable.c:74: error: dereferencing pointer to incomplete type
arch/sparc/mm/extable.c:75: error: dereferencing pointer to incomplete type
arch/sparc/mm/extable.c:77: error: implicit declaration of function 'within_module_init'
arch/sparc/mm/extable.c:77: error: dereferencing pointer to incomplete type
arch/sparc/mm/extable.c:78: error: dereferencing pointer to incomplete type
arch/sparc/mm/extable.c:80: error: dereferencing pointer to incomplete type
arch/sparc/mm/extable.c: In function 'search_extables_range':
arch/sparc/mm/extable.c:93: error: implicit declaration of function 'search_exception_tables'

The other instances are more straight forward uses of things
like MODULE_* and module_*

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2011-10-31 19:30:54 -04:00
..
boot
configs
include/asm sparc: remove several unnecessary module.h include instances 2011-10-31 19:30:54 -04:00
kernel sparc: Add module.h to files previously implicitly using it. 2011-10-31 19:30:54 -04:00
lib sparc: Fix __atomic_add_unless() return value. 2011-08-04 02:47:40 -07:00
math-emu
mm sparc: Add module.h to files previously implicitly using it. 2011-10-31 19:30:54 -04:00
oprofile
prom
Kconfig sparc64: Set HAVE_C_RECORDMCOUNT 2011-08-15 14:45:17 -07:00
Kconfig.debug
Makefile