From: Felix Fietkau Date: Sun, 25 Dec 2005 22:13:00 +0000 (+0000) Subject: fix wrong order of switch-adm.c includes X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dad4b0f49763dc29e9cdcbc5fe249d551858199a;p=15.05%2Fopenwrt.git fix wrong order of switch-adm.c includes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2783 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/package/switch/src/switch-adm.c b/openwrt/target/linux/package/switch/src/switch-adm.c index aebaaf6d2b..0b70a694c1 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 #include -#include "gpio.h" #include "switch-core.h" +#include "gpio.h" #define DRIVER_NAME "adm6996"