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:
parent
22bc403c17
commit
5e470ec3bf
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
* gpio_port_write.
|
||||
*/
|
||||
|
||||
#include <gpio/gpio_mmio32.h>
|
||||
#include <drivers/gpio/gpio_mmio32.h>
|
||||
#include <errno.h>
|
||||
|
||||
static int gpio_mmio32_config(struct device *dev, int access_op,
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <arch/cpu.h>
|
||||
#include <gpio/gpio_mmio32.h>
|
||||
#include <drivers/gpio/gpio_mmio32.h>
|
||||
#include <init.h>
|
||||
#include <soc.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue