aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/early_smbus.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-03-02 20:16:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-03-05 16:19:37 +0000
commit7362768c5097249bf8823d5c4446804f3ccd87e6 (patch)
treeefc8b34a8dcd570267e1519c16da09c0d77780aa /src/southbridge/amd/amd8111/early_smbus.c
parent1368244d487096685f1ef340ab6628be8c1d7149 (diff)
arch/io.h: Drop includes in fam10 romstages
These files suffer from .c includes. Change-Id: Id836595290922fcbd108a5ed576fc640b2530711 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31696 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/amd/amd8111/early_smbus.c')
-rw-r--r--src/southbridge/amd/amd8111/early_smbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/amd8111/early_smbus.c b/src/southbridge/amd/amd8111/early_smbus.c
index 15a03f5306..2e6781ae00 100644
--- a/src/southbridge/amd/amd8111/early_smbus.c
+++ b/src/southbridge/amd/amd8111/early_smbus.c
@@ -11,6 +11,7 @@
* GNU General Public License for more details.
*/
+#include <arch/io.h>
#include <device/pci_ops.h>
#include "amd8111_smbus.h"