aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/kernel.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2016-04-22 19:41:05 +0200
committerDavid S. Miller <davem@davemloft.net>2016-05-20 17:55:41 -0700
commit3c46e2d61cfc389dc6e000489fcfcaea805710e0 (patch)
tree6e54066ddbba86ad77ea4fdcce02695faa675188 /arch/sparc/kernel/kernel.h
parentsparc32: drop local prototype in kgdb_32 (diff)
downloadlinux-dev-3c46e2d61cfc389dc6e000489fcfcaea805710e0.tar.xz
linux-dev-3c46e2d61cfc389dc6e000489fcfcaea805710e0.zip
sparc32: use proper prototype for trapbase
This killed an extern ... in a .c file. No functional change. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/kernel.h')
-rw-r--r--arch/sparc/kernel/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/kernel.h b/arch/sparc/kernel/kernel.h
index 5057ec2e4af6..c9804551262c 100644
--- a/arch/sparc/kernel/kernel.h
+++ b/arch/sparc/kernel/kernel.h
@@ -127,6 +127,7 @@ extern unsigned int t_nmi[];
extern unsigned int linux_trap_ipi15_sun4d[];
extern unsigned int linux_trap_ipi15_sun4m[];
+extern struct tt_entry trapbase;
extern struct tt_entry trapbase_cpu1;
extern struct tt_entry trapbase_cpu2;
extern struct tt_entry trapbase_cpu3;