drivers: pinmux: do not include local pinmux.h
Stray include which would include the same public pinmux.h again. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1034c5e398
commit
1c6c657dbe
|
@ -21,8 +21,6 @@
|
|||
#include <clock_control/stm32_clock_control.h>
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
|
||||
#include "pinmux.h"
|
||||
|
||||
#ifdef CONFIG_SOC_SERIES_STM32MP1X
|
||||
#define GPIO_REG_SIZE 0x1000
|
||||
/* 0x1000 between each port, 0x400 gpio registry 0xC00 reserved */
|
||||
|
|
Loading…
Reference in New Issue