On Wednesday, December 26, 2012 3:35 PM, Jingoo Han wrote > > This patch changes the name of USB ohci header from 'usb-exynos.h' > to 'usb-ohci-exynos.h'. This is because this header file has > the platdata for only Exynos ohci. > > Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> > --- > arch/arm/mach-exynos/dev-ohci.c | 2 +- > arch/arm/mach-exynos/mach-origen.c | 2 +- > arch/arm/mach-exynos/mach-smdkv310.c | 2 +- > drivers/usb/host/ohci-exynos.c | 2 +- > .../{usb-exynos.h => usb-ohci-exynos.h} | 0 > 5 files changed, 4 insertions(+), 4 deletions(-) > rename include/linux/platform_data/{usb-exynos.h => usb-ohci-exynos.h} (100%) > Hi Alan, Can I get your Acked-by for 'drivers/usb/host/ohci-exynos.c'? Best regards, Jingoo Han > diff --git a/arch/arm/mach-exynos/dev-ohci.c b/arch/arm/mach-exynos/dev-ohci.c > index 4244d02..d5bc129 100644 > --- a/arch/arm/mach-exynos/dev-ohci.c > +++ b/arch/arm/mach-exynos/dev-ohci.c > @@ -12,7 +12,7 @@ > > #include <linux/dma-mapping.h> > #include <linux/platform_device.h> > -#include <linux/platform_data/usb-exynos.h> > +#include <linux/platform_data/usb-ohci-exynos.h> > > #include <mach/irqs.h> > #include <mach/map.h> > diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c > index 5e34b9c..5035d9c 100644 > --- a/arch/arm/mach-exynos/mach-origen.c > +++ b/arch/arm/mach-exynos/mach-origen.c > @@ -26,7 +26,7 @@ > #include <linux/platform_data/i2c-s3c2410.h> > #include <linux/platform_data/s3c-hsotg.h> > #include <linux/platform_data/usb-ehci-s5p.h> > -#include <linux/platform_data/usb-exynos.h> > +#include <linux/platform_data/usb-ohci-exynos.h> > > #include <asm/mach/arch.h> > #include <asm/hardware/gic.h> > diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c > index 35548e3..0c2912f 100644 > --- a/arch/arm/mach-exynos/mach-smdkv310.c > +++ b/arch/arm/mach-exynos/mach-smdkv310.c > @@ -23,7 +23,7 @@ > #include <linux/platform_data/i2c-s3c2410.h> > #include <linux/platform_data/s3c-hsotg.h> > #include <linux/platform_data/usb-ehci-s5p.h> > -#include <linux/platform_data/usb-exynos.h> > +#include <linux/platform_data/usb-ohci-exynos.h> > > #include <asm/mach/arch.h> > #include <asm/hardware/gic.h> > diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c > index aa3b884..a3fd454 100644 > --- a/drivers/usb/host/ohci-exynos.c > +++ b/drivers/usb/host/ohci-exynos.c > @@ -14,7 +14,7 @@ > #include <linux/clk.h> > #include <linux/of.h> > #include <linux/platform_device.h> > -#include <linux/platform_data/usb-exynos.h> > +#include <linux/platform_data/usb-ohci-exynos.h> > #include <plat/usb-phy.h> > > struct exynos_ohci_hcd { > diff --git a/include/linux/platform_data/usb-exynos.h b/include/linux/platform_data/usb-ohci-exynos.h > similarity index 100% > rename from include/linux/platform_data/usb-exynos.h > rename to include/linux/platform_data/usb-ohci-exynos.h > -- > 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html