diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:38 +0000 |
commit | 067615aea6818b25acea2bc12ad816a5905ab00b (patch) | |
tree | d790e392e1f96d29c16378347560ec27af8b2cde /target/linux/ar71xx/patches-3.6/003-MIPS-ath79-register-USB-host-controller-on-the-DB120.patch | |
parent | 54666428aed9abbb1b12cdcaaa462280b6e420c2 (diff) | |
download | upstream-067615aea6818b25acea2bc12ad816a5905ab00b.tar.gz upstream-067615aea6818b25acea2bc12ad816a5905ab00b.tar.bz2 upstream-067615aea6818b25acea2bc12ad816a5905ab00b.zip |
ar71xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/003-MIPS-ath79-register-USB-host-controller-on-the-DB120.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/003-MIPS-ath79-register-USB-host-controller-on-the-DB120.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/ar71xx/patches-3.6/003-MIPS-ath79-register-USB-host-controller-on-the-DB120.patch b/target/linux/ar71xx/patches-3.6/003-MIPS-ath79-register-USB-host-controller-on-the-DB120.patch deleted file mode 100644 index 13ffdd526a..0000000000 --- a/target/linux/ar71xx/patches-3.6/003-MIPS-ath79-register-USB-host-controller-on-the-DB120.patch +++ /dev/null @@ -1,32 +0,0 @@ -From f60097efacfaebd2d4cf2c301fb865edc9806f47 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Sat, 4 Aug 2012 15:03:57 +0000 -Subject: [PATCH] MIPS: ath79: register USB host controller on the DB120 board - -commit a0aa4577ec579eb230557b85d721fd019ea69e02 upstream. - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> -Patchwork: http://patchwork.linux-mips.org/patch/4173/ -Signed-off-by: John Crispin <blogic@openwrt.org> ---- - arch/mips/ath79/mach-db120.c | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/arch/mips/ath79/mach-db120.c -+++ b/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); - } |