]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp
authorRoland Stigge <stigge@antcom.de>
Mon, 12 Mar 2012 21:54:49 +0000 (22:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Mar 2012 21:27:27 +0000 (14:27 -0700)
Since this driver is compatible with several NXP devices, the driver is renamed
accordingly. Please combine with the following patch which also changes the
respective symbol names.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-nxp.c [moved from drivers/usb/host/ohci-pnx4008.c with 100% similarity]

index 831fa40c609af6d092f517015985ac5954027671..4b011b7c1ce4236d8255ad5e9206951186c78b42 100644 (file)
@@ -1051,7 +1051,7 @@ MODULE_LICENSE ("GPL");
 #endif
 
 #ifdef CONFIG_ARCH_PNX4008
-#include "ohci-pnx4008.c"
+#include "ohci-nxp.c"
 #define PLATFORM_DRIVER                usb_hcd_pnx4008_driver
 #endif