Commit 3687103f authored by Kumar Gala's avatar Kumar Gala Committed by Maureen Helm
Browse files

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: default avatarKumar Gala <kumar.gala@linaro.org>
parent aec8971b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
{