Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68047 )
Change subject: sb/intel/common/early_smbus.h: Add <device/pci_type.h> ......................................................................
sb/intel/common/early_smbus.h: Add <device/pci_type.h>
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: Icf459f07948cd29eb251b49fcecefb98c5f5f259 --- M src/southbridge/intel/common/early_smbus.h 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/68047/1
diff --git a/src/southbridge/intel/common/early_smbus.h b/src/southbridge/intel/common/early_smbus.h index d6a7cbb..0dc32c0 100644 --- a/src/southbridge/intel/common/early_smbus.h +++ b/src/southbridge/intel/common/early_smbus.h @@ -4,6 +4,7 @@ #define SOUTHBRIDGE_INTEL_COMMON_EARLY_SMBUS_H
#include <device/pci_def.h> +#include <device/pci_type.h>
#define PCI_DEV_SMBUS PCI_DEV(0, 0x1f, 3)