From e8ae50d944791837afe00b5af785f94514995e85 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jun 2014 09:05:58 +0000 Subject: [PATCH] atheros: fix includes Remove some unnecessary includes and use instead of when it possible as suggested by checkpatch. Signed-off-by: Sergey Ryazanov SVN-Revision: 41089 --- target/linux/atheros/patches-3.10/100-board.patch | 6 +++--- .../linux/atheros/patches-3.10/105-ar2315_pci.patch | 6 ++---- .../atheros/patches-3.10/110-ar2313_ethernet.patch | 13 ++++--------- .../linux/atheros/patches-3.10/120-spiflash.patch | 5 ++--- .../linux/atheros/patches-3.10/130-watchdog.patch | 7 +++---- .../patches-3.10/220-enet_micrel_workaround.patch | 10 +++++----- .../atheros/patches-3.10/230-3_10-updates.patch | 2 +- 7 files changed, 20 insertions(+), 29 deletions(-) diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch index 4816667474..c3eece7ab8 100644 --- a/target/linux/atheros/patches-3.10/100-board.patch +++ b/target/linux/atheros/patches-3.10/100-board.patch @@ -106,9 +106,9 @@ +#include +#include +#include ++#include +#include +#include -+#include + +#include +#include "devices.h" @@ -1559,7 +1559,7 @@ +#include +#include +#include -+#include ++#include + +#include +#include @@ -2141,7 +2141,7 @@ +#include +#include +#include -+#include ++#include + +#include +#include diff --git a/target/linux/atheros/patches-3.10/105-ar2315_pci.patch b/target/linux/atheros/patches-3.10/105-ar2315_pci.patch index 3e5184803e..af4bb88867 100644 --- a/target/linux/atheros/patches-3.10/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.10/105-ar2315_pci.patch @@ -7,7 +7,7 @@ +obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o --- /dev/null +++ b/arch/mips/ar231x/pci.c -@@ -0,0 +1,230 @@ +@@ -0,0 +1,228 @@ +/* + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License @@ -32,10 +32,8 @@ +#include +#include +#include -+#include ++#include +#include -+#include -+#include +#include +#include +#include diff --git a/target/linux/atheros/patches-3.10/110-ar2313_ethernet.patch b/target/linux/atheros/patches-3.10/110-ar2313_ethernet.patch index 13ae8a4e27..156b9698d2 100644 --- a/target/linux/atheros/patches-3.10/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-3.10/110-ar2313_ethernet.patch @@ -32,7 +32,7 @@ +obj-$(CONFIG_NET_VENDOR_AR231X) += ar231x.o --- /dev/null +++ b/drivers/net/ethernet/ar231x/ar231x.c -@@ -0,0 +1,1260 @@ +@@ -0,0 +1,1256 @@ +/* + * ar231x.c: Linux driver for the Atheros AR231x Ethernet device. + * @@ -75,16 +75,12 @@ +#include +#include +#include ++#include ++#include + +#include +#include + -+#include -+#include -+#include -+#include -+#include -+ +#define AR2313_MTU 1692 +#define AR2313_PRIOS 1 +#define AR2313_QUEUES (2*AR2313_PRIOS) @@ -1295,7 +1291,7 @@ + --- /dev/null +++ b/drivers/net/ethernet/ar231x/ar231x.h -@@ -0,0 +1,289 @@ +@@ -0,0 +1,288 @@ +/* + * ar231x.h: Linux driver for the Atheros AR231x Ethernet device. + * @@ -1318,7 +1314,6 @@ +#include +#include +#include -+#include +#include + +/* probe link timer - 5 secs */ diff --git a/target/linux/atheros/patches-3.10/120-spiflash.patch b/target/linux/atheros/patches-3.10/120-spiflash.patch index 7876de18fb..e91fd41d42 100644 --- a/target/linux/atheros/patches-3.10/120-spiflash.patch +++ b/target/linux/atheros/patches-3.10/120-spiflash.patch @@ -23,7 +23,7 @@ --- /dev/null +++ b/drivers/mtd/devices/ar2315.c -@@ -0,0 +1,515 @@ +@@ -0,0 +1,514 @@ + +/* + * MTD driver for the SPI Flash Memory support on Atheros AR2315 @@ -52,8 +52,7 @@ +#include +#include +#include -+#include -+#include ++#include + +#include +#include diff --git a/target/linux/atheros/patches-3.10/130-watchdog.patch b/target/linux/atheros/patches-3.10/130-watchdog.patch index 7cc8fee9cb..07c82e5f72 100644 --- a/target/linux/atheros/patches-3.10/130-watchdog.patch +++ b/target/linux/atheros/patches-3.10/130-watchdog.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/drivers/watchdog/ar2315-wtd.c -@@ -0,0 +1,200 @@ +@@ -0,0 +1,199 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by @@ -32,10 +32,9 @@ +#include +#include +#include ++#include ++#include + -+#include -+#include -+#include +#include +#include +#include diff --git a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch index d7a4d4ad61..5e7a66094b 100644 --- a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch +++ b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ethernet/ar231x/ar231x.c +++ b/drivers/net/ethernet/ar231x/ar231x.c -@@ -150,6 +150,7 @@ static int ar231x_mdiobus_write(struct m +@@ -146,6 +146,7 @@ static int ar231x_mdiobus_write(struct m static int ar231x_mdiobus_reset(struct mii_bus *bus); static int ar231x_mdiobus_probe (struct net_device *dev); static void ar231x_adjust_link(struct net_device *dev); @@ -8,7 +8,7 @@ #ifndef ERR #define ERR(fmt, args...) printk("%s: " fmt, __func__, ##args) -@@ -182,6 +183,32 @@ static const struct net_device_ops ar231 +@@ -178,6 +179,32 @@ static const struct net_device_ops ar231 #endif }; @@ -41,7 +41,7 @@ int ar231x_probe(struct platform_device *pdev) { struct net_device *dev; -@@ -297,6 +324,23 @@ int ar231x_probe(struct platform_device +@@ -293,6 +320,23 @@ int ar231x_probe(struct platform_device mdiobus_register(sp->mii_bus); @@ -65,7 +65,7 @@ if (ar231x_mdiobus_probe(dev) != 0) { printk(KERN_ERR "%s: mdiobus_probe failed\n", dev->name); rx_tasklet_cleanup(dev); -@@ -353,8 +397,10 @@ static int ar231x_remove(struct platform +@@ -349,8 +393,10 @@ static int ar231x_remove(struct platform rx_tasklet_cleanup(dev); ar231x_init_cleanup(dev); unregister_netdev(dev); @@ -78,7 +78,7 @@ kfree(dev); return 0; } -@@ -1115,6 +1161,9 @@ static int ar231x_ioctl(struct net_devic +@@ -1111,6 +1157,9 @@ static int ar231x_ioctl(struct net_devic struct ar231x_private *sp = netdev_priv(dev); int ret; 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); -- 2.30.2