sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s
[platform/kernel/u-boot.git] / drivers / usb / host / ehci-marvell.c
index 52c43fd..1a5fd6e 100644 (file)
@@ -13,7 +13,7 @@
 #include <asm/arch/cpu.h>
 
 #if defined(CONFIG_KIRKWOOD)
-#include <asm/arch/kirkwood.h>
+#include <asm/arch/soc.h>
 #elif defined(CONFIG_ORION5X)
 #include <asm/arch/orion5x.h>
 #endif