diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-04-02 11:52:33 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-05-11 23:06:39 +1000 |
commit | d8d2af70b98109418bb16ff6638d7c1c4336f7fe (patch) | |
tree | 32423841bfcb877b405c092bcee7f80d132307d4 /drivers/misc/cxl/native.c | |
parent | a486e512d1f3fb93b0406ab125f35777d22b47ba (diff) | |
download | linux-d8d2af70b98109418bb16ff6638d7c1c4336f7fe.tar.gz linux-d8d2af70b98109418bb16ff6638d7c1c4336f7fe.tar.bz2 linux-d8d2af70b98109418bb16ff6638d7c1c4336f7fe.zip |
cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h
powerpc's asm/prom.h brings some headers that it doesn't
need itself.
In order to clean it up, first add missing headers in
users of asm/prom.h
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/a2bae89b280e7a7cb87889635d9911d6a245e780.1648833388.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'drivers/misc/cxl/native.c')
-rw-r--r-- | drivers/misc/cxl/native.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c index 1a7f22836041..50b0c44bb8d7 100644 --- a/drivers/misc/cxl/native.c +++ b/drivers/misc/cxl/native.c @@ -11,6 +11,7 @@ #include <linux/mm.h> #include <linux/uaccess.h> #include <linux/delay.h> +#include <linux/irqdomain.h> #include <asm/synch.h> #include <asm/switch_to.h> #include <misc/cxl-base.h> |