diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2016-05-16 13:15:47 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-17 11:03:54 +0200 |
commit | e48b4dacbc94fcb59b86f70f01837ed75ea6d616 (patch) | |
tree | ce257f1e3c0ac243827fb92318c441c72d983655 /arch/mips/dec | |
parent | e49d38488515057dba8f0c2ba4cfde5be4a7281f (diff) | |
download | blackbird-op-linux-e48b4dacbc94fcb59b86f70f01837ed75ea6d616.tar.gz blackbird-op-linux-e48b4dacbc94fcb59b86f70f01837ed75ea6d616.zip |
MIPS: DEC: Export `ioasic_ssr_lock' to modules
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>
Diffstat (limited to 'arch/mips/dec')
-rw-r--r-- | arch/mips/dec/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/dec/setup.c b/arch/mips/dec/setup.c index a0b8943c8f11..1c3bf9fe926f 100644 --- 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; |