commit | 7c77509c542927ee2a3c8812fad84957e51bf67d | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Sun Oct 16 02:03:46 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 09:20:12 2011 -0400 |
tree | df2d80be6ddf42b529ea4814b20010cbc036ea55 | |
parent | b95f1b31b75588306e32b2afd32166cad48f670b [diff] |
mm: fix implicit stat.h usage in dmapool.c The removal of the implicitly everywhere module.h and its child includes will reveal this implicit stat.h usage: mm/dmapool.c:108: error: ‘S_IRUGO’ undeclared here (not in a function) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>