|
@@ -5,7 +5,7 @@
|
|
|
*/
|
|
|
#include <linux/sched.h> /* test_thread_flag(), ... */
|
|
|
#include <linux/kdebug.h> /* oops_begin/end, ... */
|
|
|
-#include <linux/module.h> /* search_exception_table */
|
|
|
+#include <linux/extable.h> /* search_exception_table */
|
|
|
#include <linux/bootmem.h> /* max_low_pfn */
|
|
|
#include <linux/kprobes.h> /* NOKPROBE_SYMBOL, ... */
|
|
|
#include <linux/mmiotrace.h> /* kmmio_handler, ... */
|