From 9af6a5a88f01a940451f22bd0dee21fba8d0ba83 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 27 Aug 2013 10:48:24 +0000 Subject: ar71xx: don't register USB device on WNDAP360 Apparently registering usb device on newest trunk causes this AP not to boot... Since there is no USB socket in that device anyway this can be simply removed (and device boots then no problem). [juhosg: - tweak subject line and description, - remove #include "dev-usb.h", - remove 'select ATH79_DEV_USB' from Kconfig] Signed-off-by: Jacek Kikiewicz Signed-off-by: Gabor Juhos SVN-Revision: 37844 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c index 0fd399ebc7..5b4b7b066c 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c @@ -22,7 +22,6 @@ #include "dev-gpio-buttons.h" #include "dev-leds-gpio.h" #include "dev-m25p80.h" -#include "dev-usb.h" #include "machtypes.h" #define WNDAP360_GPIO_LED_POWER_ORANGE 0 @@ -87,8 +86,6 @@ static void __init wndap360_setup(void) ath79_register_eth(0); - ath79_register_usb(); - ath79_register_m25p80(NULL); ath79_register_leds_gpio(-1, ARRAY_SIZE(wndap360_leds_gpio), -- cgit v1.2.3