diff options
author | Roland Stigge <stigge@antcom.de> | 2012-03-12 17:54:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-13 17:27:27 -0400 |
commit | 32abd56a507e60e374dc7bb4912258225f9cf530 (patch) | |
tree | 523b0d7d009a0d48b4a980b5abf8073c8dddbf13 /drivers/usb/host/ohci-hcd.c | |
parent | b55dd320f32c4cc31279d86ce0afb335c690b1fb (diff) |
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>
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 831fa40c609a..4b011b7c1ce4 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1051,7 +1051,7 @@ MODULE_LICENSE ("GPL"); | |||
1051 | #endif | 1051 | #endif |
1052 | 1052 | ||
1053 | #ifdef CONFIG_ARCH_PNX4008 | 1053 | #ifdef CONFIG_ARCH_PNX4008 |
1054 | #include "ohci-pnx4008.c" | 1054 | #include "ohci-nxp.c" |
1055 | #define PLATFORM_DRIVER usb_hcd_pnx4008_driver | 1055 | #define PLATFORM_DRIVER usb_hcd_pnx4008_driver |
1056 | #endif | 1056 | #endif |
1057 | 1057 | ||