diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2019-11-28 15:55:33 +0100 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2019-12-09 13:54:34 -0600 |
commit | 2f58c2ae9e50a91089b57d7129ef2958af552567 (patch) | |
tree | b40bb98a21d74dd88788868b28d8fba4d2afeacc /drivers/tty | |
parent | c1c80cde7f78c058dcbf0f5c384822094751e022 (diff) | |
download | linux-2f58c2ae9e50a91089b57d7129ef2958af552567.tar.gz linux-2f58c2ae9e50a91089b57d7129ef2958af552567.tar.bz2 linux-2f58c2ae9e50a91089b57d7129ef2958af552567.zip |
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 <timur@kernel.org>
Acked-by: Timur Tabi <timur@kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/ucc_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index a0555ae2b1ef..7e802616cba8 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c @@ -32,6 +32,7 @@ #include <soc/fsl/qe/ucc_slow.h> #include <linux/firmware.h> +#include <soc/fsl/cpm.h> #include <asm/reg.h> /* |