diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-12-25 22:13:00 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-25 22:13:00 +0000 |
| commit | dad4b0f49763dc29e9cdcbc5fe249d551858199a (patch) | |
| tree | 7f6c7f2c8796a3e4f9e6eab71509e4817027d252 | |
| parent | 684a6f8cc0d25bee240908b8bd23fc561763c246 (diff) | |
| download | upstream-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.c | 2 |
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" |
