All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DEC: Export `ioasic_ssr_lock' to modules
@ 2016-05-16 12:15 Maciej W. Rozycki
  2016-05-17 12:57 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2016-05-16 12:15 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

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>
---
linux-mips-dec-ioasic-ssr-lock-export.diff
Index: linux-20160515-declance-module/arch/mips/dec/setup.c
===================================================================
--- linux-20160515-declance-module.orig/arch/mips/dec/setup.c
+++ linux-20160515-declance-module/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;
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-17 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 12:15 [PATCH] DEC: Export `ioasic_ssr_lock' to modules Maciej W. Rozycki
2016-05-17 12:57 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.