提交 9a2950fe 编写于 作者: P Paul Gortmaker 提交者: Hans-Christian Noren Egtvedt

avr32: migrate exception table users off module.h and onto extable.h

These files were only including module.h for exception table
related functions.  We've now separated that content out into its
own file "extable.h" so now move over to that and avoid all the
extra header content in module.h that we don't really need to compile
these files.

One uses "print_modules" so that prevents us removing module.h in
that case, however.

Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: NHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
上级 c8d2bc9b
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/kallsyms.h> #include <linux/kallsyms.h>
#include <linux/kdebug.h> #include <linux/kdebug.h>
#include <linux/module.h> #include <linux/extable.h>
#include <linux/module.h> /* print_modules */
#include <linux/notifier.h> #include <linux/notifier.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/module.h> #include <linux/extable.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/kdebug.h> #include <linux/kdebug.h>
#include <linux/kprobes.h> #include <linux/kprobes.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册