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)
commitd5b4a762b7bb4a472b2a525749d3bea8023035bc
treec577f2eaf02fb6f10299eb33c96644a811ea3702
parentb3f4ff62f62c08928710fa6c52924dd3745da9cf
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]