diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-08-21 11:02:04 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-09-07 13:41:04 +0200 |
commit | cc4f1558a72621b1ac766e54e1ab5aab824bb7dd (patch) | |
tree | d69c19f7b0cf8572dceaf471d4ebc7060b529235 /lib/rbtree.c | |
parent | a7e6892ffb625e5a335538f937d56005aa1480c5 (diff) | |
download | u-boot-imx-cc4f1558a72621b1ac766e54e1ab5aab824bb7dd.zip u-boot-imx-cc4f1558a72621b1ac766e54e1ab5aab824bb7dd.tar.gz u-boot-imx-cc4f1558a72621b1ac766e54e1ab5aab824bb7dd.tar.bz2 |
h2200: Fix build error
Commit <8bfc288c3955> ("usb: gadget: ether: Perform board
initialization from ethernet gadget driver") added board_usb_init
and board_usb_cleanup in ethernet gadget driver. But h2200 board
didn't have board_usb_init and board_usb_cleanup implementations.
This introduced the following build errors
+drivers/usb/gadget/built-in.o: In function `usb_eth_halt':
+drivers/usb/gadget/ether.c:2498: undefined reference to `board_usb_cleanup'
+drivers/usb/gadget/built-in.o: In function `usb_eth_init':
+drivers/usb/gadget/ether.c:2316: undefined reference to `board_usb_init'
Fix it here by adding empty board_usb_init and board_usb_cleanup
functions in h2200.c.
Fixes: <8bfc288c3955> ("usb: gadget: ether: Perform board
initialization from ethernet gadget driver")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'lib/rbtree.c')
0 files changed, 0 insertions, 0 deletions