]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 28 Nov 2019 14:55:31 +0000 (15:55 +0100)
committerLi Yang <leoyang.li@nxp.com>
Mon, 9 Dec 2019 19:54:34 +0000 (13:54 -0600)
commit55b1730161f265887a36bc9b05d76195aab5fea5
treec577f2eaf02fb6f10299eb33c96644a811ea3702
parent4abae5497c91ca0fef4d2c7eccd9ef168a0904da
soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl

Some drivers, e.g. ucc_uart, need definitions from cpm.h. In order to
allow building those drivers for non-ppc based SOCs, move the header
to include/soc/fsl. For now, leave a trivial wrapper at the old
location so drivers can be updated one by one.

Reviewed-by: Timur Tabi <timur@kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
arch/powerpc/include/asm/cpm.h
include/soc/fsl/cpm.h [new file with mode: 0644]