diff options
author | Tejun Heo | 2010-03-30 02:52:39 +0900 |
---|---|---|
committer | David Woodhouse | 2010-05-19 17:21:52 +0100 |
commit | 05d71b4625bdadd7c7ae80455e7038e221c76e4d (patch) | |
tree | a73fd7eb6fe1d0ed456ae202ac0d1192f38c067e /drivers/mtd/nand/r852.c | |
parent | 9723152ad1efb844445e63f052e6d39e85e11649 (diff) |
mtd: update gfp/slab.h includes
Implicit slab.h inclusion via percpu.h is about to go away. Make sure
gfp.h or slab.h is included as necessary.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/r852.c')
-rw-r--r-- | drivers/mtd/nand/r852.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/r852.c b/drivers/mtd/nand/r852.c index 6dfbb4713162..78a423295474 100644 --- a/drivers/mtd/nand/r852.c +++ b/drivers/mtd/nand/r852.c @@ -15,6 +15,7 @@ #include <linux/pci.h> #include <linux/pci_ids.h> #include <linux/delay.h> +#include <linux/slab.h> #include <asm/byteorder.h> #include <linux/sched.h> #include "sm_common.h" |