summaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/patches-3.18/120-octeon_platform_usb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/octeon/patches-3.18/120-octeon_platform_usb.patch')
-rw-r--r--target/linux/octeon/patches-3.18/120-octeon_platform_usb.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/octeon/patches-3.18/120-octeon_platform_usb.patch b/target/linux/octeon/patches-3.18/120-octeon_platform_usb.patch
deleted file mode 100644
index 7cffaf621f..0000000000
--- a/target/linux/octeon/patches-3.18/120-octeon_platform_usb.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/arch/mips/cavium-octeon/octeon-platform.c
-+++ b/arch/mips/cavium-octeon/octeon-platform.c
-@@ -82,7 +82,7 @@ static int __init octeon_ehci_device_ini
- };
-
- /* 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 @@ static int __init octeon_ohci_device_ini
- };
-
- /* 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())