summaryrefslogtreecommitdiff
path: root/src/southbridge/via/common/via_early_smbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/common/via_early_smbus.h')
-rw-r--r--src/southbridge/via/common/via_early_smbus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/southbridge/via/common/via_early_smbus.h b/src/southbridge/via/common/via_early_smbus.h
index 5f66822b88..1dce9b6049 100644
--- a/src/southbridge/via/common/via_early_smbus.h
+++ b/src/southbridge/via/common/via_early_smbus.h
@@ -35,6 +35,7 @@
/**
* \brief SMBus IO ports in relation to the base IO port
*/
+
#define SMBHSTSTAT(base) ((u16)base + 0x0)
#define SMBSLVSTAT(base) ((u16)base + 0x1)
#define SMBHSTCTL(base) ((u16)base + 0x2)
@@ -48,6 +49,3 @@
#define SMBSLVDATA (base) ((u16)base + 0xa)
#define SMBUS_TIMEOUT (100*1000*10)
-
-#include <device/early_smbus.h>
-#include <arch/io.h>