提交 333a1518 编写于 作者: P Paul Gortmaker

powerpc: io-workarounds.c was implicitly getting init_mm

It was coming in via device.h --> module.h etc. but we want to
clean that up.  So explicitly include the header where init_mm
is being declared.
Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 783ac47c
......@@ -12,6 +12,7 @@
#undef DEBUG
#include <linux/kernel.h>
#include <linux/sched.h> /* for init_mm */
#include <asm/io.h>
#include <asm/machdep.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册