summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-03-04 18:04:04 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2022-03-07 14:05:01 +0100
commita4abd55a2490fd6407ddb6810e41f64ebd66d3af (patch)
treec81696e8366281303c25204c8633f33bbc154cd0 /arch/powerpc/include/asm
parentpowerpc/smp: Declare current_set static (diff)
downloadlinux-a4abd55a2490fd6407ddb6810e41f64ebd66d3af.tar.xz
linux-a4abd55a2490fd6407ddb6810e41f64ebd66d3af.zip
powerpc/kexec: Declare kexec_paca static
kexec_paca is exclusively used in kexec/core_64.c Declare it static. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/094983ee851644165b7700c73cac63cfe20596cd.1646413435.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r--arch/powerpc/include/asm/asm-prototypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h
index ce4e355c96a2..eede369ba94f 100644
--- a/arch/powerpc/include/asm/asm-prototypes.h
+++ b/arch/powerpc/include/asm/asm-prototypes.h
@@ -24,9 +24,7 @@ extern struct task_struct *secondary_current;
void start_secondary(void *unused);
/* kexec */
-struct paca_struct;
struct kimage;
-extern struct paca_struct kexec_paca;
void kexec_copy_flush(struct kimage *image);
/* pseries hcall tracing */