summaryrefslogtreecommitdiff
path: root/package/switch
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
commitf4edda27afd72e937637aa61a8b222b488d97523 (patch)
treeb86988cf389f75ace8813d1a1402049e9586704b /package/switch
parent1e72384edbe9cf59b4db4e4033dd5e3d5c6af094 (diff)
downloadmtk-20170518-f4edda27afd72e937637aa61a8b222b488d97523.zip
mtk-20170518-f4edda27afd72e937637aa61a8b222b488d97523.tar.gz
mtk-20170518-f4edda27afd72e937637aa61a8b222b488d97523.tar.bz2
switch: do not include linux/autoconf.h (#6513)
SVN-Revision: 19903
Diffstat (limited to 'package/switch')
-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 1f913a6..89efed1 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 87306a0..9a8989d 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 9f06896..43e8098 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>