]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sparc: mm/extable.c needs module.h for within_module_init()
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:50:31 +0000 (01:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:23 +0000 (04:05 -0400)
commitf0207f4c03c10d1b79dff54e7d48c95d9ba79ae2
treec46a2dcfcb15e4224220e52e50f90d7bd3302bfc
parentc3e8264834eba3c6c7a2de84d252b1d14f022b13
sparc: 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

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'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/sparc/mm/extable.c