[U-Boot-Users] [PATCH] cfb_console: add missing include file for byte order functions.

23 Jul
2007
23 Jul
'07
10:06 a.m.
Signed-off-by: Rodolfo Giometti giometti@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
6505
Age (days ago)
6505
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rodolfo Giometti