aboutsummaryrefslogtreecommitdiffstats
path: root/package/switch/src
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-02-28 12:57:57 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-02-28 12:57:57 +0000
commit4a8472619fb735671d8ebbfd506031c1442226b5 (patch)
treea12a67a91ba7f8ac5986c904baeba1ada1c16f55 /package/switch/src
parent1edd9d68176c1a0d173333d9cbe588066ab6a849 (diff)
downloadupstream-4a8472619fb735671d8ebbfd506031c1442226b5.tar.gz
upstream-4a8472619fb735671d8ebbfd506031c1442226b5.tar.bz2
upstream-4a8472619fb735671d8ebbfd506031c1442226b5.zip
[package] switch: do not include linux/autoconf.h (#6513)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/switch/src')
-rw-r--r--package/switch/src/switch-adm.c1
-rw-r--r--package/switch/src/switch-core.c1
-rw-r--r--package/switch/src/switch-robo.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/package/switch/src/switch-adm.c b/package/switch/src/switch-adm.c
index 1f913a65b8..89efed1e82 100644
--- a/package/switch/src/switch-adm.c
+++ b/package/switch/src/switch-adm.c
@@ -26,7 +26,6 @@
* 02110-1301, USA.
*/
-#include <linux/autoconf.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/if.h>
diff --git a/package/switch/src/switch-core.c b/package/switch/src/switch-core.c
index 87306a05ed..9a8989d7f8 100644
--- a/package/switch/src/switch-core.c
+++ b/package/switch/src/switch-core.c
@@ -31,7 +31,6 @@
* ports: same syntax as for nvram's vlan*ports (eg. "1 2 3 4 5*")
*/
-#include <linux/autoconf.h>
#include <linux/module.h>
#include <linux/init.h>
#include <asm/uaccess.h>
diff --git a/package/switch/src/switch-robo.c b/package/switch/src/switch-robo.c
index 9f06896026..43e8098b5a 100644
--- a/package/switch/src/switch-robo.c
+++ b/package/switch/src/switch-robo.c
@@ -21,7 +21,6 @@
* 02110-1301, USA.
*/
-#include <linux/autoconf.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/if.h>