]> 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, 25 Aug 2011 17:54:39 +0000 (13:54 -0400)
commit5ff25361b3989e0270e56b491e5bb99d04103fa6
treedb2f78f729c34bfc8116b0bfca78dd3ce5fe075c
parenta0b9f26f5ff72025d64543c699609b82ac52c064
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