serial: zynq: Remove header depedency on arm header structure
authorMichal Simek <michal.simek@xilinx.com>
Wed, 18 Apr 2018 10:52:48 +0000 (12:52 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 11 May 2018 07:23:43 +0000 (09:23 +0200)
There is no need to have arm hardware header in this driver.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/serial/serial_zynq.c

index af9790d3a0b299026df1ce76d8c23f3cc850fad4..06f0a48e670939d4197105878659eef554bae843 100644 (file)
@@ -14,7 +14,6 @@
 #include <asm/io.h>
 #include <linux/compiler.h>
 #include <serial.h>
-#include <asm/arch/hardware.h>
 
 #define ZYNQ_UART_SR_TXEMPTY   (1 << 3) /* TX FIFO empty */
 #define ZYNQ_UART_SR_TXACTIVE  (1 << 11)  /* TX active */