aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-13 11:54:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-13 11:54:57 +0000
commit360e7df4c9bb677eb0b5f0d796c69128410abc99 (patch)
treec0325b241fb4dd20008bda495bd0d0cdb72cfd47 /target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch
parent6a6d3d2b8dd0f31d033d0dd90a6f455045bea926 (diff)
downloadmaster-187ad058-360e7df4c9bb677eb0b5f0d796c69128410abc99.tar.gz
master-187ad058-360e7df4c9bb677eb0b5f0d796c69128410abc99.tar.bz2
master-187ad058-360e7df4c9bb677eb0b5f0d796c69128410abc99.zip
lantiq: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch')
-rw-r--r--target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch b/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch
deleted file mode 100644
index 20ce8a37cb..0000000000
--- a/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From a1edd49e42f1b79015dab2d5d7057ef39730a789 Mon Sep 17 00:00:00 2001
-From: Antonios Vamporakis <ant@area128.com>
-Date: Sun, 29 Dec 2013 22:48:02 +0100
-Subject: [PATCH] pinctrl/lantiq: fix typo
-
-Signed-off-by: Antonios Vamporakis <ant@area128.com>
-CC: John Crispin <blogic@openwrt.org>
-Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
----
- drivers/pinctrl/pinctrl-xway.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/drivers/pinctrl/pinctrl-xway.c
-+++ b/drivers/pinctrl/pinctrl-xway.c
-@@ -332,10 +332,10 @@ static const struct ltq_pin_group xway_g
- GRP_MUX("mdio", MDIO, pins_mdio),
- GRP_MUX("gphy0 led0", GPHY, pins_gphy0_led0),
- GRP_MUX("gphy0 led1", GPHY, pins_gphy0_led1),
-- GRP_MUX("gphy0 lde2", GPHY, pins_gphy0_led2),
-+ GRP_MUX("gphy0 led2", GPHY, pins_gphy0_led2),
- GRP_MUX("gphy1 led0", GPHY, pins_gphy1_led0),
- GRP_MUX("gphy1 led1", GPHY, pins_gphy1_led1),
-- GRP_MUX("gphy1 lde2", GPHY, pins_gphy1_led2),
-+ GRP_MUX("gphy1 led2", GPHY, pins_gphy1_led2),
- };
-
- static const struct ltq_pin_group ase_grps[] = {