On Mon, 2011-03-28 at 22:18 -0600, Grant Likely wrote:
For those of you working on DT support for the 11.05 release, please
test against this branch and make sure everything is still working for
you.
There are build errors[1] in drivers/usb/host/isp1760-hcd.c
After hacking this file I built and tested OK a dt enabled kernel on
Beagleboard, booting both with and without a dt blob. I also checked a
non-dt kernel.
--
Tixy
[1]
drivers/usb/host/isp1760-hcd.c: In function 'enqueue_an_ATL_packet':
drivers/usb/host/isp1760-hcd.c:888:3: error: implicit declaration of function 'isp1760_writel'
drivers/usb/host/isp1760-hcd.c:891:2: error: implicit declaration of function 'isp1760_readl'
drivers/usb/host/isp1760-hcd.c: In function 'do_atl_int':
drivers/usb/host/isp1760-hcd.c:1076:23: error: 'queue_entry' undeclared (first use in this function)
drivers/usb/host/isp1760-hcd.c:1076:23: note: each undeclared identifier is reported only once for each function it appears in
drivers/usb/host/isp1760-hcd.c:1077:27: error: 'usb_hcd' undeclared (first use in this function)
drivers/usb/host/isp1760-hcd.c:1083:14: error: 'dw3' undeclared (first use in this function)
drivers/usb/host/isp1760-hcd.c:1084:4: error: implicit declaration of function 'priv_write_copy'
drivers/usb/host/isp1760-hcd.c:1085:6: error: 'atl_regs' undeclared (first use in this function)
drivers/usb/host/isp1760-hcd.c: In function 'isp1760_irq':
drivers/usb/host/isp1760-hcd.c:1691:24: error: 'usb_hcd' undeclared (first use in this function)
make[3]: *** [drivers/usb/host/isp1760-hcd.o] Error 1
make[2]: *** [drivers/usb/host] Error 2
make[1]: *** [drivers/usb] Error 2