diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 22:13:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 22:13:00 +0000 |
commit | dba3b610f25544c7e045b0b10464f51967f4c827 (patch) | |
tree | 7f6c7f2c8796a3e4f9e6eab71509e4817027d252 /openwrt/target/linux/package/switch | |
parent | 4cc40687a35b3fae6bc981b9630383abc4710dad (diff) |
fix wrong order of switch-adm.c includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/switch')
-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 aebaaf6d2..0b70a694c 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" |