* [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header
@ 2013-03-07 17:28 Fabio Estevam
2013-03-07 17:30 ` Otavio Salvador
2013-03-07 17:33 ` Stefano Babic
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2013-03-07 17:28 UTC (permalink / raw)
To: u-boot
Add missing gpio header in order to fix the following build warning:
mx23_olinuxino.c:50:2: warning: implicit declaration of function 'gpio_direction_output' [-Wimplicit-function-declaration]
Reported-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
board/olimex/mx23_olinuxino/mx23_olinuxino.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/olimex/mx23_olinuxino/mx23_olinuxino.c b/board/olimex/mx23_olinuxino/mx23_olinuxino.c
index 9252717..8cc215d 100644
--- a/board/olimex/mx23_olinuxino/mx23_olinuxino.c
+++ b/board/olimex/mx23_olinuxino/mx23_olinuxino.c
@@ -28,6 +28,7 @@
#include <asm/arch/imx-regs.h>
#include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h>
+#include <asm/gpio.h>
#ifdef CONFIG_STATUS_LED
#include <status_led.h>
#endif
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header
2013-03-07 17:28 [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header Fabio Estevam
@ 2013-03-07 17:30 ` Otavio Salvador
2013-03-07 17:33 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2013-03-07 17:30 UTC (permalink / raw)
To: u-boot
On Thu, Mar 7, 2013 at 2:28 PM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> Add missing gpio header in order to fix the following build warning:
>
> mx23_olinuxino.c:50:2: warning: implicit declaration of function 'gpio_direction_output' [-Wimplicit-function-declaration]
>
> Reported-by: Stefano Babic <sbabic@denx.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
heh; we both did the same.
--
Otavio Salvador O.S. Systems
E-mail: otavio at ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header
2013-03-07 17:28 [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header Fabio Estevam
2013-03-07 17:30 ` Otavio Salvador
@ 2013-03-07 17:33 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2013-03-07 17:33 UTC (permalink / raw)
To: u-boot
On 07/03/2013 18:28, Fabio Estevam wrote:
> Add missing gpio header in order to fix the following build warning:
>
> mx23_olinuxino.c:50:2: warning: implicit declaration of function 'gpio_direction_output' [-Wimplicit-function-declaration]
>
> Reported-by: Stefano Babic <sbabic@denx.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-07 17:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 17:28 [U-Boot] [PATCH] mx23_olinuxino: Add missing gpio header Fabio Estevam
2013-03-07 17:30 ` Otavio Salvador
2013-03-07 17:33 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox