Martin Roth has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68081 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com --- M src/southbridge/intel/common/gpio.c 1 file changed, 15 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
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"