[LinuxBIOS] r2671 - in trunk/LinuxBIOSv2/src/superio/winbond: w83627hf w83627thf w83977tf

svn at openbios.org svn at openbios.org
Wed May 16 08:58:16 CEST 2007


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 <roger at eskimo.com>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



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;





More information about the coreboot mailing list