From 32abd56a507e60e374dc7bb4912258225f9cf530 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Mon, 12 Mar 2012 22:54:49 +0100 Subject: [PATCH] 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 Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/ohci-hcd.c | 2 +- drivers/usb/host/{ohci-pnx4008.c => ohci-nxp.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/usb/host/{ohci-pnx4008.c => ohci-nxp.c} (100%) 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"); #endif #ifdef CONFIG_ARCH_PNX4008 -#include "ohci-pnx4008.c" +#include "ohci-nxp.c" #define PLATFORM_DRIVER usb_hcd_pnx4008_driver #endif diff --git a/drivers/usb/host/ohci-pnx4008.c b/drivers/usb/host/ohci-nxp.c similarity index 100% rename from drivers/usb/host/ohci-pnx4008.c rename to drivers/usb/host/ohci-nxp.c -- 2.11.0