summaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake/sd.c
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-07-05 16:00:38 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-07-09 10:52:19 +0000
commitdf29d23ee3f36d3d6a5fa0fde46beeb67554a8da (patch)
tree93719f2cbd5fc31cbe613ba67fc703d66899e81a /src/soc/intel/icelake/sd.c
parent45564050ec00b6d4b2c5b27cf26a56b46db8df1c (diff)
downloadcoreboot-df29d23ee3f36d3d6a5fa0fde46beeb67554a8da.tar.xz
soc/intel/icelake: Refer to soc/soc_chip.h rather than chip.h
Change-Id: I9e3b5126173e7cec8f2809a38b92c82c9ed5327d Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34085 Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/icelake/sd.c')
-rw-r--r--src/soc/intel/icelake/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/icelake/sd.c b/src/soc/intel/icelake/sd.c
index 19c3bca459..4d84bb43ff 100644
--- a/src/soc/intel/icelake/sd.c
+++ b/src/soc/intel/icelake/sd.c
@@ -14,7 +14,7 @@
*/
#include <intelblocks/sd.h>
-#include "chip.h"
+#include <soc/soc_chip.h>
int sd_fill_soc_gpio_info(struct acpi_gpio *gpio, struct device *dev)
{