projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e49d384
)
MIPS: DEC: Export `ioasic_ssr_lock' to modules
author
Maciej W. Rozycki
<macro@linux-mips.org>
Mon, 16 May 2016 12:15:47 +0000
(13:15 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 17 May 2016 09:03:54 +0000
(11:03 +0200)
Fix a modular `declance' regression caused by LMO commit
bb46bf30d13f
("DECstation SCSI driver clean-ups.")
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13256/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/dec/setup.c
b/arch/mips/dec/setup.c
index a0b8943c8f11b9b89bc3c92f3b290c99b309710b..1c3bf9fe926ff50d4a07a58f584518561ef31158 100644
(file)
--- a/
arch/mips/dec/setup.c
+++ b/
arch/mips/dec/setup.c
@@
-60,6
+60,7
@@
EXPORT_SYMBOL(dec_kn_slot_size);
int dec_tc_bus;
DEFINE_SPINLOCK(ioasic_ssr_lock);
+EXPORT_SYMBOL(ioasic_ssr_lock);
volatile u32 *ioasic_base;