aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10/230-3_10-updates.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:05:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:05:58 +0000
commit66c64834f84c8b498cf55e1d1fc2b0fb14fefdab (patch)
tree50131d0934e256d4880d8890183ae7a7a0860ea0 /target/linux/atheros/patches-3.10/230-3_10-updates.patch
parent90ca9a582dcbdc6dd4f8f7f6ab015c0fe99ce1e8 (diff)
downloadupstream-66c64834f84c8b498cf55e1d1fc2b0fb14fefdab.tar.gz
upstream-66c64834f84c8b498cf55e1d1fc2b0fb14fefdab.tar.bz2
upstream-66c64834f84c8b498cf55e1d1fc2b0fb14fefdab.zip
atheros: fix includes
Remove some unnecessary includes and use <linux/foo.h> instead of <asm/foo.h> when it possible as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41089
Diffstat (limited to 'target/linux/atheros/patches-3.10/230-3_10-updates.patch')
-rw-r--r--target/linux/atheros/patches-3.10/230-3_10-updates.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/230-3_10-updates.patch b/target/linux/atheros/patches-3.10/230-3_10-updates.patch
index 2a5adf0cf6..596d705373 100644
--- a/target/linux/atheros/patches-3.10/230-3_10-updates.patch
+++ b/target/linux/atheros/patches-3.10/230-3_10-updates.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/ethernet/ar231x/ar231x.c
+++ b/drivers/net/ethernet/ar231x/ar231x.c
-@@ -1277,7 +1277,7 @@ static int ar231x_mdiobus_probe (struct
+@@ -1273,7 +1273,7 @@ static int ar231x_mdiobus_probe (struct
BUG_ON(!phydev);
BUG_ON(phydev->attached_dev);