From: Rasmus Villemoes Date: Thu, 28 Nov 2019 14:55:33 +0000 (+0100) Subject: serial: ucc_uart: explicitly include soc/fsl/cpm.h X-Git-Tag: v5.15~4504^2~7^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f58c2ae9e50a91089b57d7129ef2958af552567;p=platform%2Fkernel%2Flinux-starfive.git serial: ucc_uart: explicitly include soc/fsl/cpm.h This driver uses #defines from soc/fsl/cpm.h, so instead of relying on some other header pulling that in, do that explicitly. This is preparation for allowing this driver to build on ARM. Reviewed-by: Timur Tabi Acked-by: Timur Tabi Signed-off-by: Rasmus Villemoes Signed-off-by: Li Yang --- diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index a0555ae..7e80261 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c @@ -32,6 +32,7 @@ #include #include +#include #include /*