projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc4a2b
)
nitrogen6x: prevent warnings about board_ehci* callbacks
author
Eric Nelson
<eric.nelson@boundarydevices.com>
Thu, 2 Oct 2014 19:16:30 +0000
(12:16 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 6 Oct 2014 15:57:21 +0000
(17:57 +0200)
Include declarations of board_ehci callbacks to prevent compiler warnings
and enforce function prototypes.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
board/boundary/nitrogen6x/nitrogen6x.c
patch
|
blob
|
history
diff --git
a/board/boundary/nitrogen6x/nitrogen6x.c
b/board/boundary/nitrogen6x/nitrogen6x.c
index a89a15ca746a36b7631f4a51097c8ba90a16c347..67d41544802458b49ba09216d61192dbf8b9dff5 100644
(file)
--- a/
board/boundary/nitrogen6x/nitrogen6x.c
+++ b/
board/boundary/nitrogen6x/nitrogen6x.c
@@
-30,6
+30,7
@@
#include <i2c.h>
#include <input.h>
#include <netdev.h>
+#include <usb/ehci-fsl.h>
DECLARE_GLOBAL_DATA_PTR;
#define GP_USB_OTG_PWR IMX_GPIO_NR(3, 22)