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 <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-25 05:34:57 -06:00 committed by Carles Cufí
commit 5e470ec3bf
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
* gpio_port_write. * gpio_port_write.
*/ */
#include <gpio/gpio_mmio32.h> #include <drivers/gpio/gpio_mmio32.h>
#include <errno.h> #include <errno.h>
static int gpio_mmio32_config(struct device *dev, int access_op, static int gpio_mmio32_config(struct device *dev, int access_op,

View file

@ -8,7 +8,7 @@
*/ */
#include <arch/cpu.h> #include <arch/cpu.h>
#include <gpio/gpio_mmio32.h> #include <drivers/gpio/gpio_mmio32.h>
#include <init.h> #include <init.h>
#include <soc.h> #include <soc.h>