The usbc.? files now only contain usb-phy related code, rename them to make this clear. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
@@ -13,7 +13,7 @@ obj-y += clock.o
obj-y += cpu_info.o
obj-y += dram_helpers.o
obj-y += pinmux.o
-obj-y += usbc.o
+obj-y += usb_phy.o
obj-$(CONFIG_MACH_SUN6I) += prcm.o
obj-$(CONFIG_MACH_SUN8I) += prcm.o
obj-$(CONFIG_MACH_SUN9I) += prcm.o
@@ -13,7 +13,7 @@
#include <common.h>
#include <asm/arch/clock.h>
#include <asm/arch/cpu.h>
-#include <asm/arch/usbc.h>
+#include <asm/arch/usb_phy.h>
#include <asm/gpio.h>
#include <asm/io.h>
#include <errno.h>
@@ -28,7 +28,7 @@
#include <asm/arch/dram.h>
#include <asm/arch/gpio.h>
#include <asm/arch/mmc.h>
#include <linux/usb/musb.h>
@@ -12,7 +12,7 @@
#include "ehci.h"
@@ -1,7 +1,7 @@
#include <watchdog.h>
#ifdef CONFIG_ARCH_SUNXI
#endif
#include <asm/errno.h>
#include <linux/usb/ch9.h>
@@ -24,7 +24,7 @@
#include <asm-generic/gpio.h>
#include "linux-compat.h"
#include "musb_core.h"