From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] wandboard: Include <input.h>
Date: Sat, 15 Feb 2014 14:52:01 -0200 [thread overview]
Message-ID: <1392483122-21852-4-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1392483122-21852-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
Include <input.h> in order to fix the following sparse warning:
wandboard.c:278:5: warning: symbol 'overwrite_console' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
board/wandboard/wandboard.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c
index 6918614..c2c0e2e 100644
--- a/board/wandboard/wandboard.c
+++ b/board/wandboard/wandboard.c
@@ -26,6 +26,7 @@
#include <netdev.h>
#include <linux/fb.h>
#include <phy.h>
+#include <input.h>
DECLARE_GLOBAL_DATA_PTR;
--
1.8.1.2
next prev parent reply other threads:[~2014-02-15 16:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-15 16:51 [U-Boot] [PATCH 1/5] wandboard: Staticize usdhc1_pads Fabio Estevam
2014-02-15 16:51 ` [U-Boot] [PATCH 2/5] mmc: Add a prototype for board_mmc_init() Fabio Estevam
2014-03-05 11:10 ` Stefano Babic
2014-02-15 16:52 ` [U-Boot] [PATCH 3/5] wandboard: Fix sparse warning Fabio Estevam
2014-03-05 11:10 ` Stefano Babic
2014-02-15 16:52 ` Fabio Estevam [this message]
2014-03-05 11:11 ` [U-Boot] [PATCH 4/5] wandboard: Include <input.h> Stefano Babic
2014-02-15 16:52 ` [U-Boot] [PATCH 5/5] fb: Add a prototype for board_video_skip() Fabio Estevam
2014-03-05 11:11 ` Stefano Babic
2014-02-16 12:15 ` [U-Boot] [PATCH 1/5] wandboard: Staticize usdhc1_pads Stefano Babic
2014-02-16 14:42 ` Fabio Estevam
2014-02-16 15:29 ` Stefano Babic
2014-03-05 11:10 ` Stefano Babic
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=1392483122-21852-4-git-send-email-festevam@gmail.com \
--to=festevam@gmail.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