diff options
Diffstat (limited to 'kernel/arch/arm/mach-s3c64xx/setup-usb-phy.c')
-rw-r--r-- | kernel/arch/arm/mach-s3c64xx/setup-usb-phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-s3c64xx/setup-usb-phy.c b/kernel/arch/arm/mach-s3c64xx/setup-usb-phy.c index ca960bda0..2b17b7f51 100644 --- a/kernel/arch/arm/mach-s3c64xx/setup-usb-phy.c +++ b/kernel/arch/arm/mach-s3c64xx/setup-usb-phy.c @@ -16,10 +16,10 @@ #include <linux/platform_device.h> #include <mach/map.h> #include <plat/cpu.h> -#include <plat/regs-usb-hsotg-phy.h> #include <plat/usb-phy.h> #include "regs-sys.h" +#include "regs-usb-hsotg-phy.h" static int s3c_usb_otgphy_init(struct platform_device *pdev) { |