boards: lpcxpresso54114_m0: fix pinmux.c
Some of the headers referenced in the pinmux.c file don't exist. Match the includes that the lpcxpresso54114_m4 pinmux.c file uses. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
aec8971bfd
commit
3687103fff
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
#include <init.h>
|
||||
#include <pinmux.h>
|
||||
#include <pin_mux.h>
|
||||
#include <fsl_common.h>
|
||||
#include <fsl_lpc_iocon.h>
|
||||
#include <fsl_iocon.h>
|
||||
#include <soc.h>
|
||||
|
||||
static int lpcxpresso_54114_pinmux_init(struct device *dev)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue