From f1b58b78351d7ed220673e688a2f7bc9e96da4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 1 Mar 2019 13:43:02 +0200 Subject: device/pci: Fix PCI accessor headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PCI config accessors are no longer indirectly included from use instead. Change-Id: I2adf46430a33bc52ef69d1bf7dca4655fc8475bd Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31675 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Angel Pons Reviewed-by: Arthur Heymans Reviewed-by: Felix Held --- src/soc/intel/braswell/bootblock/bootblock.c | 1 + src/soc/intel/braswell/chip.c | 1 + src/soc/intel/braswell/iosf.c | 1 + src/soc/intel/braswell/lpe.c | 1 + src/soc/intel/braswell/pcie.c | 1 + src/soc/intel/braswell/pmutil.c | 1 + src/soc/intel/braswell/romstage/romstage.c | 1 + src/soc/intel/braswell/sd.c | 1 + src/soc/intel/braswell/smihandler.c | 1 + src/soc/intel/braswell/southcluster.c | 1 + src/soc/intel/braswell/spi.c | 1 + 11 files changed, 11 insertions(+) (limited to 'src/soc/intel/braswell') diff --git a/src/soc/intel/braswell/bootblock/bootblock.c b/src/soc/intel/braswell/bootblock/bootblock.c index 79d44e05c9..c544ff9b44 100644 --- a/src/soc/intel/braswell/bootblock/bootblock.c +++ b/src/soc/intel/braswell/bootblock/bootblock.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include diff --git a/src/soc/intel/braswell/chip.c b/src/soc/intel/braswell/chip.c index b7f6d4dd1a..e8fd9d17b7 100644 --- a/src/soc/intel/braswell/chip.c +++ b/src/soc/intel/braswell/chip.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/src/soc/intel/braswell/iosf.c b/src/soc/intel/braswell/iosf.c index 990c2b5337..aff1c3dd11 100644 --- a/src/soc/intel/braswell/iosf.c +++ b/src/soc/intel/braswell/iosf.c @@ -15,6 +15,7 @@ */ #include +#include #include #include diff --git a/src/soc/intel/braswell/lpe.c b/src/soc/intel/braswell/lpe.c index 6338878a1e..7b7eb9b359 100644 --- a/src/soc/intel/braswell/lpe.c +++ b/src/soc/intel/braswell/lpe.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include diff --git a/src/soc/intel/braswell/pcie.c b/src/soc/intel/braswell/pcie.c index efd891a7c8..84949748fc 100644 --- a/src/soc/intel/braswell/pcie.c +++ b/src/soc/intel/braswell/pcie.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/src/soc/intel/braswell/pmutil.c b/src/soc/intel/braswell/pmutil.c index be1b49ea29..fbaac2e21e 100644 --- a/src/soc/intel/braswell/pmutil.c +++ b/src/soc/intel/braswell/pmutil.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include diff --git a/src/soc/intel/braswell/romstage/romstage.c b/src/soc/intel/braswell/romstage/romstage.c index 9b9a0eba5d..38047ed429 100644 --- a/src/soc/intel/braswell/romstage/romstage.c +++ b/src/soc/intel/braswell/romstage/romstage.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include diff --git a/src/soc/intel/braswell/sd.c b/src/soc/intel/braswell/sd.c index 1775ce74be..c0c827d39c 100644 --- a/src/soc/intel/braswell/sd.c +++ b/src/soc/intel/braswell/sd.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include diff --git a/src/soc/intel/braswell/smihandler.c b/src/soc/intel/braswell/smihandler.c index a4d2d88310..1129e04ccd 100644 --- a/src/soc/intel/braswell/smihandler.c +++ b/src/soc/intel/braswell/smihandler.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include diff --git a/src/soc/intel/braswell/southcluster.c b/src/soc/intel/braswell/southcluster.c index dc918ebf4c..3cd22082b0 100644 --- a/src/soc/intel/braswell/southcluster.c +++ b/src/soc/intel/braswell/southcluster.c @@ -17,6 +17,7 @@ */ #include +#include #include #include #include diff --git a/src/soc/intel/braswell/spi.c b/src/soc/intel/braswell/spi.c index 14d1087006..0937268119 100644 --- a/src/soc/intel/braswell/spi.c +++ b/src/soc/intel/braswell/spi.c @@ -15,6 +15,7 @@ /* This file is derived from the flashrom project. */ #include +#include #include #include #include -- cgit v1.2.3