drivers/pinmux: stm32: Move stm32 driver from stm32/
Since we removed various series headers, move stm32 driver under main driver/pinmux folder. Take this change into account into various drivers. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
00e1adda5c
commit
fcc3177509
22 changed files with 20 additions and 22 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
#include <drivers/clock_control.h>
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
#include <pinmux/pinmux_stm32.h>
|
||||
#include <sys/util.h>
|
||||
#include <string.h>
|
||||
#include <kernel.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <soc.h>
|
||||
#include <stm32_ll_rcc.h>
|
||||
#include "can_stm32fd.h"
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
#include <pinmux/pinmux_stm32.h>
|
||||
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_DECLARE(can_driver, CONFIG_CAN_LOG_LEVEL);
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#define ZEPHYR_DRIVERS_CAN_STM32FD_H_
|
||||
|
||||
#include "can_mcan.h"
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
#include <pinmux/pinmux_stm32.h>
|
||||
|
||||
#define DEV_DATA(dev) ((struct can_stm32fd_data *)(dev)->data)
|
||||
#define DEV_CFG(dev) ((const struct can_stm32fd_config *)(dev)->config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue