]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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

index 1cb907c9435909e6fd96f909663941a4d1a15c27..f8f33e16c6b616aec46a72233517038a8c2f47c3 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/pci.h>
 #include <linux/kdev_t.h>
 #include <linux/console.h>
+#include <linux/module.h>
 #include <linux/delay.h>
 #include <linux/irq.h>
 #include <linux/seq_file.h>