drivers: drop few unused pinmux.h include
Drop few unused include pinmux header from drivers that don't seem to be using it anymore. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
f136070088
commit
bf47c2a763
|
@ -18,8 +18,6 @@
|
|||
#include <stm32_ll_system.h>
|
||||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||
#include <pinmux/pinmux_stm32.h>
|
||||
#include <zephyr/drivers/pinmux.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/drivers/interrupt_controller/exti_stm32.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
|
|
|
@ -15,7 +15,6 @@ LOG_MODULE_REGISTER(spi_xec, CONFIG_SPI_LOG_LEVEL);
|
|||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/drivers/pinmux.h>
|
||||
#include <zephyr/drivers/spi.h>
|
||||
#include <zephyr/dt-bindings/interrupt-controller/mchp-xec-ecia.h>
|
||||
#include <zephyr/sys/sys_io.h>
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
#include <zephyr/drivers/mdio.h>
|
||||
#include <zephyr/drivers/peci.h>
|
||||
/* drivers/pinctrl.h requires SoC specific header */
|
||||
#include <zephyr/drivers/pinmux.h>
|
||||
#include <zephyr/drivers/pm_cpu_ops.h>
|
||||
#include <zephyr/drivers/ps2.h>
|
||||
#include <zephyr/drivers/ptp_clock.h>
|
||||
|
|
Loading…
Reference in a new issue