diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-02 20:16:23 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-05 16:19:37 +0000 |
commit | 7362768c5097249bf8823d5c4446804f3ccd87e6 (patch) | |
tree | efc8b34a8dcd570267e1519c16da09c0d77780aa /src/southbridge/nvidia/ck804/smbus.h | |
parent | 1368244d487096685f1ef340ab6628be8c1d7149 (diff) | |
download | coreboot-7362768c5097249bf8823d5c4446804f3ccd87e6.tar.xz |
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/nvidia/ck804/smbus.h')
-rw-r--r-- | src/southbridge/nvidia/ck804/smbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/smbus.h b/src/southbridge/nvidia/ck804/smbus.h index 40b8cb7dcd..cec62b3f49 100644 --- a/src/southbridge/nvidia/ck804/smbus.h +++ b/src/southbridge/nvidia/ck804/smbus.h @@ -14,6 +14,7 @@ * GNU General Public License for more details. */ +#include <arch/io.h> #include <device/smbus_def.h> #define SMBHSTSTAT 0x1 |