aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-11 20:07:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-11 20:07:39 +0000
commit3cc3c0a518292c6e500c08f17be000ece9675c28 (patch)
treec250a3ba9356d1585b0efb9b860b82198ec3071c /target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch
parentc095c7c2027b5f2896926f288bd1172a7a2fbc4f (diff)
downloadupstream-3cc3c0a518292c6e500c08f17be000ece9675c28.tar.gz
upstream-3cc3c0a518292c6e500c08f17be000ece9675c28.tar.bz2
upstream-3cc3c0a518292c6e500c08f17be000ece9675c28.zip
octeon: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43635
Diffstat (limited to 'target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch')
-rw-r--r--target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch b/target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch
deleted file mode 100644
index 2137b4733e..0000000000
--- a/target/linux/octeon/patches-3.10/120-octeon_platform_usb.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: linux-3.10.49/arch/mips/cavium-octeon/octeon-platform.c
-===================================================================
---- linux-3.10.49.orig/arch/mips/cavium-octeon/octeon-platform.c 2014-07-26 20:39:48.109010152 +0100
-+++ linux-3.10.49/arch/mips/cavium-octeon/octeon-platform.c 2014-07-26 20:41:10.005008627 +0100
-@@ -82,7 +82,7 @@
- };
-
- /* Only Octeon2 has ehci/ohci */
-- if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
-+ if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
- return 0;
-
- if (octeon_is_simulation() || usb_disabled())
-@@ -131,7 +131,7 @@
- };
-
- /* Only Octeon2 has ehci/ohci */
-- if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
-+ if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
- return 0;
-
- if (octeon_is_simulation() || usb_disabled())