From fb0daaa91726cf695a82ba4443d86f61453e3842 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 4 Aug 2012 15:03:57 +0000 Subject: [PATCH] --- yaml --- r: 332241 b: refs/heads/master c: a0aa4577ec579eb230557b85d721fd019ea69e02 h: refs/heads/master i: 332239: a956e578bb2959f361992e88e03374a12dd2d994 v: v3 --- [refs] | 2 +- trunk/arch/mips/ath79/mach-db120.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 62c8cc238993..ed40982da124 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00ffed582fe8a3f7556593c0e8baaf3da3df85b0 +refs/heads/master: a0aa4577ec579eb230557b85d721fd019ea69e02 diff --git a/trunk/arch/mips/ath79/mach-db120.c b/trunk/arch/mips/ath79/mach-db120.c index 1983e4d2af4b..42f540a724f4 100644 --- a/trunk/arch/mips/ath79/mach-db120.c +++ b/trunk/arch/mips/ath79/mach-db120.c @@ -25,6 +25,7 @@ #include "dev-gpio-buttons.h" #include "dev-leds-gpio.h" #include "dev-spi.h" +#include "dev-usb.h" #include "dev-wmac.h" #include "pci.h" @@ -126,6 +127,7 @@ static void __init db120_setup(void) db120_gpio_keys); ath79_register_spi(&db120_spi_data, db120_spi_info, ARRAY_SIZE(db120_spi_info)); + ath79_register_usb(); ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET); db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET); }