]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm: fix implicit use of hardware.h in ehci-mxc.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 22:56:57 +0000 (18:56 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 01:04:28 +0000 (21:04 -0400)
commitfed71df4e508393e7a6a8f25e93b9b533cdc3b6e
tree486c3383b04755151099808a24c35f791b762afd
parent4ba2b0c8b9b00f1768b01d74a50e0d6539cbe964
arm: fix implicit use of hardware.h in ehci-mxc.c

To fix this:

drivers/usb/host/ehci-mxc.c: In function 'ehci_mxc_drv_probe':
drivers/usb/host/ehci-mxc.c:175: error: implicit declaration of function 'cpu_is_mx35'
drivers/usb/host/ehci-mxc.c:175: error: implicit declaration of function 'cpu_is_mx25'
drivers/usb/host/ehci-mxc.c:185: error: implicit declaration of function 'cpu_is_mx51'
make[5]: *** [drivers/usb/host/ehci-hcd.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/host/ehci-mxc.c