summaryrefslogtreecommitdiffstats
path: root/board/boundary
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-10-02 12:16:30 -0700
committerStefano Babic <sbabic@denx.de>2014-10-06 17:57:21 +0200
commit84caf0b26b513df0a0f45832d053a623963e5c6f (patch)
tree1244e1f5a83f6dbeff6cf5027ea5fdbe233d925e /board/boundary
parentadc4a2bd03ad6ab4cc7f73609d60ab740c8126e6 (diff)
downloadblackbird-obmc-uboot-84caf0b26b513df0a0f45832d053a623963e5c6f.tar.gz
blackbird-obmc-uboot-84caf0b26b513df0a0f45832d053a623963e5c6f.zip
nitrogen6x: prevent warnings about board_ehci* callbacks
Include declarations of board_ehci callbacks to prevent compiler warnings and enforce function prototypes. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'board/boundary')
-rw-r--r--board/boundary/nitrogen6x/nitrogen6x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c
index a89a15ca74..67d4154480 100644
--- 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)
OpenPOWER on IntegriCloud