soc: arm: nxp: cleanup in soc.h headers

A commit that organizes the soc.h header of NXP SoCs:
- removing redundant inclusions of sys/util.h
- removing inclusions of device.h and kernel_includes.h
- including the auto-generated DTS board header
- including the fsl_common.h header
- fixing minor style issues

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-09-22 19:24:34 +02:00 committed by Andrew Boie
commit 95c2968d32
10 changed files with 32 additions and 28 deletions

View file

@ -8,8 +8,8 @@
#include <device.h>
#include <drivers/uart.h>
#include <drivers/clock_control.h>
#include <fsl_lpuart.h>
#include <soc.h>
#include <fsl_lpuart.h>
struct mcux_lpuart_config {
LPUART_Type *base;