]> 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, 28 Jul 2011 00:32:17 +0000 (20:32 -0400)
commit71f7223e9d3636ca7838d77f042b6910ea099d88
tree7ed04c569cc8a331bc8417238fe451dbed327b6e
parent4c1ad198ee59cdc326a890efb56af0a2106977f8
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