[U-Boot] [PATCH] flash.h: pull in common.h for types
Mike Frysinger
vapier at gentoo.org
Mon Nov 16 20:58:33 CET 2009
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
include/flash.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/flash.h b/include/flash.h
index c5e7bf4..886d8ef 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -25,6 +25,9 @@
#define _FLASH_H_
#ifndef CONFIG_SYS_NO_FLASH
+
+#include <common.h>
+
/*-----------------------------------------------------------------------
* FLASH Info: contains chip specific data, per FLASH bank
*/
--
1.6.5.2
More information about the U-Boot
mailing list