Commit 333a1518 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 783ac47c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>