Author: uwe
Date: 2007-05-16 08:58:15 +0200 (Wed, 16 May 2007)
New Revision: 2671

Modified:
   trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h
   trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h
   trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h
Log:
Cosmetic changes: push includes to top of file in chip.h files.

Signed-off-by: Roger Zauner <[EMAIL PROTECTED]>
Acked-by: Uwe Hermann <[EMAIL PROTECTED]>



Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h
===================================================================
--- trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h       2007-05-15 
10:26:16 UTC (rev 2670)
+++ trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h       2007-05-16 
06:58:15 UTC (rev 2671)
@@ -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;

Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h
===================================================================
--- trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h      2007-05-15 
10:26:16 UTC (rev 2670)
+++ trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h      2007-05-16 
06:58:15 UTC (rev 2671)
@@ -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;

Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h
===================================================================
--- trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h       2007-05-15 
10:26:16 UTC (rev 2670)
+++ trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h       2007-05-16 
06:58:15 UTC (rev 2671)
@@ -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;


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to