]> 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>
Thu, 11 Aug 2011 19:10:27 +0000 (15:10 -0400)
commitddbd5e47e2af8d2055d68c17aeb4b7625a29fca9
tree06e253e80a4118b9dda25176e04cb0cec684a6a9
parent0ad2e0ca459b5dd2536e3c61304db3c1e528b606
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