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: next-20110729~14^2~137 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71f7223e9d3636ca7838d77f042b6910ea099d88;p=karo-tx-linux.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