From 3687103fff17b09a1fdb08b44824b98dde70c0c5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 4 Oct 2018 16:31:01 -0500 Subject: [PATCH] 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 --- boards/arm/lpcxpresso54114_m0/pinmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/lpcxpresso54114_m0/pinmux.c b/boards/arm/lpcxpresso54114_m0/pinmux.c index f8f71a7be41..4d816a4f3f0 100644 --- a/boards/arm/lpcxpresso54114_m0/pinmux.c +++ b/boards/arm/lpcxpresso54114_m0/pinmux.c @@ -5,9 +5,9 @@ #include #include -#include #include -#include +#include +#include static int lpcxpresso_54114_pinmux_init(struct device *dev) {