Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32abd56a authored by Roland Stigge's avatar Roland Stigge Committed by Greg Kroah-Hartman
Browse files

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: default avatarRoland Stigge <stigge@antcom.de>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b55dd320
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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