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:
parent
5e2b24a5e4
commit
4549d379da
9 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <init.h>
|
||||
|
||||
#include "pinmux.h"
|
||||
#include <drivers/pinmux.h>
|
||||
|
||||
#include <inc/hw_types.h>
|
||||
#include <inc/hw_memmap.h>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue