aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-12-25 22:13:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-12-25 22:13:00 +0000
commitdad4b0f49763dc29e9cdcbc5fe249d551858199a (patch)
tree7f6c7f2c8796a3e4f9e6eab71509e4817027d252
parent684a6f8cc0d25bee240908b8bd23fc561763c246 (diff)
downloadupstream-dad4b0f49763dc29e9cdcbc5fe249d551858199a.tar.gz
upstream-dad4b0f49763dc29e9cdcbc5fe249d551858199a.tar.bz2
upstream-dad4b0f49763dc29e9cdcbc5fe249d551858199a.zip
fix wrong order of switch-adm.c includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2783 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/package/switch/src/switch-adm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/switch/src/switch-adm.c b/openwrt/target/linux/package/switch/src/switch-adm.c
index aebaaf6d2be..0b70a694c13 100644
--- a/openwrt/target/linux/package/switch/src/switch-adm.c
+++ b/openwrt/target/linux/package/switch/src/switch-adm.c
@@ -28,8 +28,8 @@
#include <linux/delay.h>
#include <asm/uaccess.h>
-#include "gpio.h"
#include "switch-core.h"
+#include "gpio.h"
#define DRIVER_NAME "adm6996"