]> 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>
Tue, 2 Aug 2011 16:37:12 +0000 (12:37 -0400)
commit94cc67eb0c3a61d0167a18bd609612288c72380c
tree1a7ba87bb4595f6ce43a5ee45fe831d8090b3348
parentdbd4b502e0293f1f812bb0b798cb8e6892e42058
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