mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
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>
This commit is contained in:
committed by
Li Yang
parent
c1c80cde7f
commit
2f58c2ae9e
@@ -32,6 +32,7 @@
|
||||
#include <soc/fsl/qe/ucc_slow.h>
|
||||
|
||||
#include <linux/firmware.h>
|
||||
#include <soc/fsl/cpm.h>
|
||||
#include <asm/reg.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user