[U-Boot-Users] [PATCH] cfb_console: add missing include file for byte order functions.
Rodolfo Giometti
giometti at enneenne.com
Mon Jul 23 10:06:03 CEST 2007
Signed-off-by: Rodolfo Giometti <giometti at linux.it>
---
drivers/cfb_console.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/cfb_console.c b/drivers/cfb_console.c
index 9727aeb..19cec33 100644
--- a/drivers/cfb_console.c
+++ b/drivers/cfb_console.c
@@ -95,6 +95,7 @@ CONFIG_VIDEO_HW_CURSOR: - Uses the hardware cursor capability of the
#ifdef CONFIG_CFB_CONSOLE
#include <malloc.h>
+#include <asm/byteorder.h>
/*****************************************************************************/
/* Console device defines with SMI graphic */
--
1.5.1.1
More information about the U-Boot
mailing list