* [PATCH] mtd: map.h: add missing bug.h include
@ 2010-05-04 19:51 Kevin Cernekee
0 siblings, 0 replies; only message in thread
From: Kevin Cernekee @ 2010-05-04 19:51 UTC (permalink / raw)
To: dwmw2; +Cc: linux-mtd, linux-kernel
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
---
include/linux/mtd/map.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h
index b981b87..01703d4 100644
--- a/include/linux/mtd/map.h
+++ b/include/linux/mtd/map.h
@@ -7,6 +7,7 @@
#include <linux/types.h>
#include <linux/list.h>
#include <linux/string.h>
+#include <linux/bug.h>
#include <linux/mtd/compatmac.h>
--
1.6.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-04 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 19:51 [PATCH] mtd: map.h: add missing bug.h include Kevin Cernekee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox