treewide: use full path to pinmux.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:35:01 -06:00 committed by Carles Cufí
commit 4549d379da
9 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys/sys_io.h>
#include <pinmux/stm32/pinmux_stm32.h>

View file

@ -8,7 +8,7 @@
#include <drivers/gpio.h>
#include <init.h>
#include <kernel.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys/sys_io.h>
#include <pinmux/stm32/pinmux_stm32.h>

View file

@ -32,7 +32,7 @@
#include <init.h>
#include "pinmux.h"
#include <drivers/pinmux.h>
#include <inc/hw_types.h>
#include <inc/hw_memmap.h>

View file

@ -5,7 +5,7 @@
*/
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <fsl_port.h>
static int frdm_k22f_pinmux_init(struct device *dev)

View file

@ -5,7 +5,7 @@
*/
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <fsl_port.h>
static int frdm_k82f_pinmux_init(struct device *dev)

View file

@ -7,7 +7,7 @@
#include <device.h>
#include <init.h>
#include <kernel.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <soc.h>
#include <sys/sys_io.h>
#include <gpio/gpio_cmsdk_ahb.h>

View file

@ -8,7 +8,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys/sys_io.h>
#include <pinmux/stm32/pinmux_stm32.h>

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys/sys_io.h>
#include "pinmux/pinmux.h"

View file

@ -5,7 +5,7 @@
*/
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <fsl_port.h>
static int twr_kv58f220m_pinmux_init(struct device *dev)