]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: mpc7448_hpc2.c needs module.h for search_exception_tables()
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:35:36 +0000 (04:35 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:35:36 +0000 (04:35 -0400)
commit444a1d4c730002abb44634c66ce68f5ec80b6ecf
tree36e38ca06fb0358981bbf19d16d937fc4ff63d7d
parent6ea8779ecf905651ca5e319e5ce177ed03316962
powerpc: mpc7448_hpc2.c needs module.h for search_exception_tables()

Or else we'll get this:

arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c: In function 'mpc7448_machine_check_exception':
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c:207: error: implicit declaration of function 'search_exception_tables'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c