Cosmetic changes: push includes to top of file in chip.h files.
[coreboot.git] / src / superio / winbond / w83977tf / chip.h
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;