Is this right?  Push #includes to the top of the file.

--
Roger
http://www.eskimo.com/~roger/index.html
Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61

Mon May 14 22:57:38 PDT 2007
Push includes to the top of the file.

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

Index: src/superio/winbond/w83977tf/chip.h
===================================================================
--- src/superio/winbond/w83977tf/chip.h	(revision 2664)
+++ src/superio/winbond/w83977tf/chip.h	(working copy)
@@ -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