Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68081 )
Change subject: sb/intel/common/gpio.c: Clean up includes ......................................................................
sb/intel/common/gpio.c: Clean up includes
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: Iba746431496b30daba098716337b688314eac283 --- M src/southbridge/intel/common/gpio.c 1 file changed, 12 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/68081/1
diff --git a/src/southbridge/intel/common/gpio.c b/src/southbridge/intel/common/gpio.c index 20071af..f32532c1 100644 --- a/src/southbridge/intel/common/gpio.c +++ b/src/southbridge/intel/common/gpio.c @@ -1,10 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h> #include <arch/io.h> #include <device/pci_ops.h> -#include <device/device.h> -#include <device/pci.h> +#include <device/pci_type.h> +#include <stdint.h>
#include "gpio.h"