soc/intel/denverton_ns: Use common gpio.h include
commitd83cd8bd85ade36f098f36b0aa220db6ab4d10ff
authorDinesh Gehlot <digehlot@google.com>
Tue, 17 Jan 2023 05:15:55 +0000 (17 05:15 +0000)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 23 Jan 2023 12:38:51 +0000 (23 12:38 +0000)
tree230c0fb59cb6f166c9e3ebc60c0ce8a7b89ef5f8
parent9561cec2410d797b3b9f76419355e2a4b0242ec0
soc/intel/denverton_ns: 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: I3138edd8125601b6c9dff5f9252a4bba8385146d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72034
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
src/soc/intel/denverton_ns/bootblock/uart.c
src/soc/intel/denverton_ns/chip.c
src/soc/intel/denverton_ns/gpio.c