]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fix implicit stat.h usage in dmapool.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 16 Oct 2011 06:03:46 +0000 (02:03 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 13:20:12 +0000 (09:20 -0400)
commit8d17c6be5c133274716bc0f0472aa5a9ddab4669
treedf2d80be6ddf42b529ea4814b20010cbc036ea55
parent7791ce2c7924064bb597e5299e98c642509ce485
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>
mm/dmapool.c