All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] cfb_console: add missing include file for byte order functions.
@ 2007-07-23  8:06 Rodolfo Giometti
  0 siblings, 0 replies; only message in thread
From: Rodolfo Giometti @ 2007-07-23  8:06 UTC (permalink / raw)
  To: u-boot

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

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

only message in thread, other threads:[~2007-07-23  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-23  8:06 [U-Boot-Users] [PATCH] cfb_console: add missing include file for byte order functions Rodolfo Giometti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.