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:
Anas Nashif 2019-06-21 13:15:34 -04:00
parent 1034c5e398
commit 1c6c657dbe
1 changed files with 0 additions and 2 deletions

View File

@ -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 */