diff mbox series

[6/7] serial: ucc_uart.c: explicitly include asm/cpm.h

Message ID 20191018125234.21825-7-linux@rasmusvillemoes.dk (mailing list archive)
State Not Applicable
Headers show
Series towards QE support on ARM | expand

Commit Message

Rasmus Villemoes Oct. 18, 2019, 12:52 p.m. UTC
This driver uses #defines from asm/cpm.h, so instead of relying on
some other header pulling that in, do that explicitly.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 drivers/tty/serial/ucc_uart.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c
index a0555ae2b1ef..e2c998badf81 100644
--- a/drivers/tty/serial/ucc_uart.c
+++ b/drivers/tty/serial/ucc_uart.c
@@ -33,6 +33,7 @@ 
 
 #include <linux/firmware.h>
 #include <asm/reg.h>
+#include <asm/cpm.h>
 
 /*
  * The GUMR flag for Soft UART.  This would normally be defined in qe.h,