diff options
author | Dinesh Gehlot <digehlot@google.com> | 2023-01-17 06:02:16 +0000 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-18 05:18:22 +0000 |
commit | 6fecff20c1a7cd48763f9c93977b9d1e27b965b3 (patch) | |
tree | 1049e2d7bb24434a3550683fb540bd0e0fb0f7fb /src/soc/intel/xeon_sp/acpi | |
parent | 3e866812e96d88872af31f2cbb590c6870262205 (diff) |
soc/intel/xeon_sp: 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. This patch also fixes
alphabetic ordering of included headers.
BUG=b:261778357
TEST=Able to build and boot.
Signed-off-by: Dinesh Gehlot <digehlot@google.com>
Change-Id: I8135dc918cb04c854dc003966b7657806a42bad9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72042
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/acpi')
-rw-r--r-- | src/soc/intel/xeon_sp/acpi/gpio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/acpi/gpio.asl b/src/soc/intel/xeon_sp/acpi/gpio.asl index c7a9f9589e..ea00b03ee4 100644 --- a/src/soc/intel/xeon_sp/acpi/gpio.asl +++ b/src/soc/intel/xeon_sp/acpi/gpio.asl @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <soc/gpio.h> +#include <gpio.h> #include <soc/pcr_ids.h> #include <soc/irq.h> #include <soc/intel/common/block/acpi/acpi/gpio_op.asl> |