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