Skip to content

Commit

Permalink
USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roland Stigge authored and Greg Kroah-Hartman committed Mar 13, 2012
1 parent b55dd32 commit 32abd56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 32abd56

Please sign in to comment.