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:
parent
f20127c137
commit
a76a74c541
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <device.h>
|
||||
#include <soc.h>
|
||||
#include <drivers/uart.h>
|
||||
#include <arch/arm/cortex_m/cmsis.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue