commit | 333a151822efab7dfb228a653072e5f03eaeb4b6 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri May 27 13:39:01 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:30:37 2011 -0400 |
tree | 40dd03949160b94ec30a686abef284a3cb415335 | |
parent | 783ac47c2aad07ff68f9432968d2f0829ef81543 [diff] |
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>