diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-22 11:47:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-26 21:36:06 +0000 |
commit | 146d0c202db48de1227e080a54baa540e99df383 (patch) | |
tree | 218ae188cadecc0d1d385603f0490c4064b34b72 /src/northbridge | |
parent | 54f78472629b73b9bbd6d667b760da2a79a5446c (diff) | |
download | coreboot-146d0c202db48de1227e080a54baa540e99df383.tar.xz |
nb/amd/pi/00730F01/northbridge.c: Add include <types.h>
BIT(x) needs <types.h>.
Change-Id: I20526f20d9528dd1fce20bcae933e04aea3d24f9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43711
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/pi/00730F01/northbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index 556e6fca4f..75e1f02c16 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -6,7 +6,7 @@ #include <acpi/acpi.h> #include <acpi/acpi_ivrs.h> #include <arch/ioapic.h> -#include <stdint.h> +#include <types.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> |