[PATCH] mtd: map.h: add missing bug.h include

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Kevin Cernekee
Date: Tuesday, May 4, 2010 - 12:51 pm

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] mtd: map.h: add missing bug.h include, Kevin Cernekee, (Tue May 4, 12:51 pm)