aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/superio/winbond/w83627hf/chip.h4
-rw-r--r--src/superio/winbond/w83627thf/chip.h4
-rw-r--r--src/superio/winbond/w83977tf/chip.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/superio/winbond/w83627hf/chip.h b/src/superio/winbond/w83627hf/chip.h
index 7c2a573831..3f3ba491a9 100644
--- a/src/superio/winbond/w83627hf/chip.h
+++ b/src/superio/winbond/w83627hf/chip.h
@@ -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;
diff --git a/src/superio/winbond/w83627thf/chip.h b/src/superio/winbond/w83627thf/chip.h
index 52864fe04c..ca52519e37 100644
--- a/src/superio/winbond/w83627thf/chip.h
+++ b/src/superio/winbond/w83627thf/chip.h
@@ -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;
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;