USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp

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>
This commit is contained in:
Roland Stigge 2012-03-12 22:54:49 +01:00 коммит произвёл Greg Kroah-Hartman
Родитель b55dd320f3
Коммит 32abd56a50
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1051,7 +1051,7 @@ MODULE_LICENSE ("GPL");
#endif #endif
#ifdef CONFIG_ARCH_PNX4008 #ifdef CONFIG_ARCH_PNX4008
#include "ohci-pnx4008.c" #include "ohci-nxp.c"
#define PLATFORM_DRIVER usb_hcd_pnx4008_driver #define PLATFORM_DRIVER usb_hcd_pnx4008_driver
#endif #endif

Просмотреть файл