]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:30:37 +0000 (19:30 -0400)
commita7644f7a1c2ab0d04a892ca6d9ea30a81775156c
tree40dd03949160b94ec30a686abef284a3cb415335
parent6c521483b72158e1027c9bda48bde4b82622b55f
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