HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43711 )
Change subject: nb/amd/pi/00730F01/northbridge.c: Add include <types.h> ......................................................................
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 --- M src/northbridge/amd/pi/00730F01/northbridge.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/43711/1
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index 556e6fc..75e1f02 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>
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43711 )
Change subject: nb/amd/pi/00730F01/northbridge.c: Add include <types.h> ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43711 )
Change subject: nb/amd/pi/00730F01/northbridge.c: Add include <types.h> ......................................................................
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 --- M src/northbridge/amd/pi/00730F01/northbridge.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index 556e6fc..75e1f02 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>