* [PATCH] mtd: Missing slab.h include
@ 2010-08-05 5:57 David Miller
2010-08-05 6:03 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2010-08-05 5:57 UTC (permalink / raw)
To: dwmw2; +Cc: linux-mtd
Signed-off-by: David S. Miller <davem@davemloft.net>
---
diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c
index 3dfda9c..44db805 100644
--- a/drivers/mtd/nand/denali.c
+++ b/drivers/mtd/nand/denali.c
@@ -21,6 +21,7 @@
#include <linux/delay.h>
#include <linux/wait.h>
#include <linux/mutex.h>
+#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/mtd/mtd.h>
#include <linux/module.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-05 6:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 5:57 [PATCH] mtd: Missing slab.h include David Miller
2010-08-05 6:03 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).