From: Paul Gortmaker Date: Sun, 16 Oct 2011 06:03:46 +0000 (-0400) Subject: mm: fix implicit stat.h usage in dmapool.c X-Git-Tag: v3.2-rc1~22^2~223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c77509c542927ee2a3c8812fad84957e51bf67d;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/mm/dmapool.c b/mm/dmapool.c index 0965306..c5ab33b 100644 --- a/mm/dmapool.c +++ b/mm/dmapool.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include