Skip to content

Commit

Permalink
mm: fix implicit stat.h usage in dmapool.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent b95f1b3 commit 7c77509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/dmapool.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <linux/poison.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/spinlock.h>
#include <linux/string.h>
#include <linux/types.h>
Expand Down

0 comments on commit 7c77509

Please sign in to comment.