Cosmetic changes: push includes to top of file in chip.h files.
authorRoger Zauner <roger@eskimo.com>
Wed, 16 May 2007 06:58:15 +0000 (06:58 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 16 May 2007 06:58:15 +0000 (06:58 +0000)
Signed-off-by: Roger Zauner <roger@eskimo.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/superio/winbond/w83627hf/chip.h
src/superio/winbond/w83627thf/chip.h
src/superio/winbond/w83977tf/chip.h

index 7c2a573831bab482377baa1a657bf4c4dfc85e04..3f3ba491a9f3549d4cb54f2f80e07fc272ba546e 100644 (file)
@@ -1,8 +1,8 @@
-extern struct chip_operations superio_winbond_w83627hf_ops;
-
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
+extern struct chip_operations superio_winbond_w83627hf_ops;
+
 struct superio_winbond_w83627hf_config {
        struct uart8250 com1, com2;
        struct pc_keyboard keyboard;
index 52864fe04c1319936e993fce1d521dc6ce459aec..ca52519e37e9023714927088482f2c2f83bbb26b 100644 (file)
@@ -1,8 +1,8 @@
-extern struct chip_operations superio_winbond_w83627thf_ops;
-
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
+extern struct chip_operations superio_winbond_w83627thf_ops;
+
 struct superio_winbond_w83627thf_config {
        struct uart8250 com1, com2;
        struct pc_keyboard keyboard;
index 53118e517e9872b35599c6fa971b09f15bfab95f..1957accf1aa002cc69d0d45bcfcc6830d150e8f7 100644 (file)
@@ -1,8 +1,8 @@
-extern struct chip_operations superio_winbond_w83977tf_ops;
-
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
+extern struct chip_operations superio_winbond_w83977tf_ops;
+
 struct superio_winbond_w83977tf_config {
        struct uart8250 com1, com2;
        struct pc_keyboard keyboard;