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:
Kumar Gala 2018-10-04 16:31:01 -05:00 committed by Maureen Helm
parent aec8971bfd
commit 3687103fff

View file

@ -5,9 +5,9 @@
#include <init.h> #include <init.h>
#include <pinmux.h> #include <pinmux.h>
#include <pin_mux.h>
#include <fsl_common.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) static int lpcxpresso_54114_pinmux_init(struct device *dev)
{ {