diff options
author | Russell Currey <ruscur@russell.cc> | 2023-02-10 11:03:49 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-02-12 14:12:38 +0300 |
commit | 90b74e305d6b5a444b1283dd7ad1caf6acaa0340 (patch) | |
tree | 53917ed40fb4fe341caab16c6be4e84744957bb7 /arch/powerpc/platforms/pseries/plpks.c | |
parent | c96db155ebc6be868d5dde1b5caf6879c181cda4 (diff) | |
download | linux-90b74e305d6b5a444b1283dd7ad1caf6acaa0340.tar.xz |
powerpc/pseries: Move plpks.h to include directory
Move plpks.h from platforms/pseries/ to include/asm/. This is necessary
for later patches to make use of the PLPKS from code in other subsystems.
Signed-off-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20230210080401.345462-15-ajd@linux.ibm.com
Diffstat (limited to 'arch/powerpc/platforms/pseries/plpks.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/plpks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/plpks.c b/arch/powerpc/platforms/pseries/plpks.c index a01cf2ff140a..13e6daadb179 100644 --- a/arch/powerpc/platforms/pseries/plpks.c +++ b/arch/powerpc/platforms/pseries/plpks.c @@ -18,8 +18,7 @@ #include <linux/types.h> #include <asm/hvcall.h> #include <asm/machdep.h> - -#include "plpks.h" +#include <asm/plpks.h> #define PKS_FW_OWNER 0x1 #define PKS_BOOTLOADER_OWNER 0x2 |