]> 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>
Tue, 2 Aug 2011 16:32:30 +0000 (12:32 -0400)
commita167e71565285a6b651e22606c05651c20d66203
treed9ba5cce1615e2a9b5da7e2eeaf7bb799fc01140
parent9e35d75e5e8a1fae799e04643e33ca0b8f7fd8ee
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