projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d097350
)
fix wrong order of switch-adm.c includes
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Dec 2005 22:13:00 +0000
(22:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Dec 2005 22:13:00 +0000
(22:13 +0000)
SVN-Revision: 2783
openwrt/target/linux/package/switch/src/switch-adm.c
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/switch/src/switch-adm.c
b/openwrt/target/linux/package/switch/src/switch-adm.c
index aebaaf6d2be72bd4472de0697bb3dff9214914db..0b70a694c13ea7de1cce189e3ab5034edf1520f2 100644
(file)
--- 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"