drivers: uart_pl011: Remove cortex_m header

The PL011 driver is not specific to the cortex_m arch and the driver
does not really use anything from the cmsis header file. Remove it.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2019-10-05 17:24:44 +01:00 committed by Andrew Boie
commit a76a74c541

View file

@ -10,7 +10,6 @@
#include <device.h>
#include <soc.h>
#include <drivers/uart.h>
#include <arch/arm/cortex_m/cmsis.h>
/*