From: Rasmus Villemoes Date: Thu, 28 Nov 2019 14:55:32 +0000 (+0100) Subject: soc/fsl/qe/qe.h: update include path for cpm.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c1c80cde7f78c058dcbf0f5c384822094751e022;p=linux.git 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 Signed-off-by: Rasmus Villemoes Signed-off-by: Li Yang --- diff --git a/include/soc/fsl/qe/qe.h b/include/soc/fsl/qe/qe.h index 9cac04c692fd4..521fa3a177e0b 100644 --- a/include/soc/fsl/qe/qe.h +++ b/include/soc/fsl/qe/qe.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include