diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2019-11-28 15:55:32 +0100 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2019-12-09 13:54:34 -0600 |
commit | c1c80cde7f78c058dcbf0f5c384822094751e022 (patch) | |
tree | ca3eefcb29419f8552d7e007f33e5b1f90a871b8 /include/soc | |
parent | d5b4a762b7bb4a472b2a525749d3bea8023035bc (diff) | |
download | linux-stable-c1c80cde7f78c058dcbf0f5c384822094751e022.tar.gz linux-stable-c1c80cde7f78c058dcbf0f5c384822094751e022.tar.bz2 linux-stable-c1c80cde7f78c058dcbf0f5c384822094751e022.zip |
soc/fsl/qe/qe.h: update include path for cpm.h
asm/cpm.h under arch/powerpc is now just a wrapper for including
soc/fsl/cpm.h. In order to make the qe.h header usable on other
architectures, use the latter path directly.
Reviewed-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 'include/soc')
-rw-r--r-- | include/soc/fsl/qe/qe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/fsl/qe/qe.h b/include/soc/fsl/qe/qe.h index 9cac04c692fd..521fa3a177e0 100644 --- a/include/soc/fsl/qe/qe.h +++ b/include/soc/fsl/qe/qe.h @@ -17,7 +17,7 @@ #include <linux/spinlock.h> #include <linux/errno.h> #include <linux/err.h> -#include <asm/cpm.h> +#include <soc/fsl/cpm.h> #include <soc/fsl/qe/immap_qe.h> #include <linux/of.h> #include <linux/of_address.h> |