From 5e470ec3bf67fb9134935b48d0668b97b2a27e9c Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:34:57 -0600 Subject: [PATCH] treewide: use full path to gpio/gpio_mmio32.h header The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot --- drivers/gpio/gpio_mmio32.c | 2 +- soc/arm/arm/mps2/soc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio_mmio32.c b/drivers/gpio/gpio_mmio32.c index 0becd9f331f..b168cfb0e81 100644 --- a/drivers/gpio/gpio_mmio32.c +++ b/drivers/gpio/gpio_mmio32.c @@ -26,7 +26,7 @@ * gpio_port_write. */ -#include +#include #include static int gpio_mmio32_config(struct device *dev, int access_op, diff --git a/soc/arm/arm/mps2/soc.c b/soc/arm/arm/mps2/soc.c index d7ebbf1c143..b517709c0cb 100644 --- a/soc/arm/arm/mps2/soc.c +++ b/soc/arm/arm/mps2/soc.c @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include