From cbe4e1f3d2674236f5e934a3e7c33e750c278cd1 Mon Sep 17 00:00:00 2001 From: Roger Zauner Date: Wed, 16 May 2007 06:58:15 +0000 Subject: Cosmetic changes: push includes to top of file in chip.h files. Signed-off-by: Roger Zauner Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/winbond/w83977tf/chip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/superio/winbond/w83977tf') 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 #include +extern struct chip_operations superio_winbond_w83977tf_ops; + struct superio_winbond_w83977tf_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; -- cgit v1.2.3