mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mtd: Added missing BUILD_BUG_ON definition
@ 2011-12-23 16:08 Adam Jiang
  0 siblings, 0 replies; only message in thread
From: Adam Jiang @ 2011-12-23 16:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Chao Jiang

From: Chao Jiang <chaoj@nvidia.com>

Signed-off-by: Chao Jiang <chaoj@nvidia.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 a9e6ba4..fc8d64a 100644
--- a/include/linux/mtd/map.h
+++ b/include/linux/mtd/map.h
@@ -22,6 +22,7 @@
 #ifndef __LINUX_MTD_MAP_H__
 #define __LINUX_MTD_MAP_H__
 
+#include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/list.h>
 #include <linux/string.h>
-- 
1.7.8


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-23 16:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-23 16:08 [PATCH] mtd: Added missing BUILD_BUG_ON definition Adam Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®