From: Rodolfo Giometti <giometti@enneenne.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] cfb_console: add missing include file for byte order functions.
Date: Mon, 23 Jul 2007 10:06:03 +0200 [thread overview]
Message-ID: <20070723080603.GA30062@enneenne.com> (raw)
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
reply other threads:[~2007-07-23 8:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070723080603.GA30062@enneenne.com \
--to=giometti@enneenne.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox