summaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake/pmutil.c
diff options
context:
space:
mode:
authorDinesh Gehlot <digehlot@google.com>2023-01-17 05:23:16 +0000
committerElyes Haouas <ehaouas@noos.fr>2023-01-18 05:20:01 +0000
commita464af451e4765cfb65b65fbe9314c309a1671b3 (patch)
tree437fa82a322dabfe44a3bf7b78e0e308604a3692 /src/soc/intel/elkhartlake/pmutil.c
parent58cc96f0caa204a7c7eb08119fdd1df6b60605db (diff)
soc/intel/elkhartlake: Use common gpio.h include
Replace the intelblocks/gpio.h, soc/gpio.h and soc/gpio_defs.h includes with the common gpio.h which includes soc/gpio.h which includes intelblocks/gpio.h which includes soc/gpio_defs.h. BUG=b:261778357 TEST=Able to build and boot. Signed-off-by: Dinesh Gehlot <digehlot@google.com> Change-Id: I73bac9560d0ff315d6fe6f4efc3ee9011f77c660 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72036 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/elkhartlake/pmutil.c')
-rw-r--r--src/soc/intel/elkhartlake/pmutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/pmutil.c b/src/soc/intel/elkhartlake/pmutil.c
index 072daffb1b..0cf4227cb6 100644
--- a/src/soc/intel/elkhartlake/pmutil.c
+++ b/src/soc/intel/elkhartlake/pmutil.c
@@ -13,13 +13,13 @@
#include <device/mmio.h>
#include <device/pci.h>
#include <device/pci_def.h>
+#include <gpio.h>
#include <intelblocks/pmclib.h>
#include <intelblocks/rtc.h>
#include <intelblocks/tco.h>
#include <security/vboot/vbnv.h>
#include <soc/espi.h>
#include <soc/gpe.h>
-#include <soc/gpio.h>
#include <soc/iomap.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>