diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2016-04-22 19:41:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-21 02:55:41 +0200 |
commit | 3c46e2d61cfc389dc6e000489fcfcaea805710e0 (patch) | |
tree | 6e54066ddbba86ad77ea4fdcce02695faa675188 /arch/sparc/kernel/kernel.h | |
parent | sparc32: drop local prototype in kgdb_32 (diff) | |
download | linux-3c46e2d61cfc389dc6e000489fcfcaea805710e0.tar.xz linux-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.h | 1 |
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; |