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: http://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 --- Reading git-diff-tree failed