From: Paul Gortmaker Date: Fri, 27 May 2011 17:39:01 +0000 (-0400) Subject: powerpc: io-workarounds.c was implicitly getting init_mm X-Git-Tag: v3.2-rc1~22^2~200 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333a151822efab7dfb228a653072e5f03eaeb4b6;p=pandora-kernel.git 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: Paul Gortmaker --- diff --git a/arch/powerpc/kernel/io-workarounds.c b/arch/powerpc/kernel/io-workarounds.c index ffafaea3d261..12d329bcbb98 100644 --- a/arch/powerpc/kernel/io-workarounds.c +++ b/arch/powerpc/kernel/io-workarounds.c @@ -12,6 +12,7 @@ #undef DEBUG #include +#include /* for init_mm */ #include #include