summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83977tf
diff options
context:
space:
mode:
authorRoger Zauner <roger@eskimo.com>2007-05-16 06:58:15 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-05-16 06:58:15 +0000
commitcbe4e1f3d2674236f5e934a3e7c33e750c278cd1 (patch)
tree916fd8d6f1b8ff57dabcefa52fec6fcfe7f0930f /src/superio/winbond/w83977tf
parent4c0d39fc592857a076f48fbf9552ced2ed702ffe (diff)
downloadcoreboot-cbe4e1f3d2674236f5e934a3e7c33e750c278cd1.tar.xz
Cosmetic changes: push includes to top of file in chip.h files.
Signed-off-by: Roger Zauner <roger@eskimo.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83977tf')
-rw-r--r--src/superio/winbond/w83977tf/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/winbond/w83977tf/chip.h b/src/superio/winbond/w83977tf/chip.h
index 53118e517e..1957accf1a 100644
--- a/src/superio/winbond/w83977tf/chip.h
+++ b/src/superio/winbond/w83977tf/chip.h
@@ -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;