]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: io-workarounds.c was implicitly getting init_mm
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 17:39:01 +0000 (13:39 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:49 +0000 (01:43 -0400)
commit3f64c81fbf5249c6b2cb8c0c524a4c2b10951057
tree4bf6635acf397a91f29512e179b465c7a1016bf4
parent0191ba6c6e5b0dd57a4123fb2621a20a80db4b09
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 <paul.gortmaker@windriver.com>
arch/powerpc/kernel/io-workarounds.c