public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcmcia: export pcmcia_bus_type
@ 2007-05-12 15:33 Olof Johansson
  2007-05-12 18:06 ` [PATCH v2] " Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2007-05-12 15:33 UTC (permalink / raw)
  To: linux-pcmcia; +Cc: linux-kernel, akpm

Export pcmcia_bus_type so modules can register bus notifiers.


Signed-off-by: Olof Johansson <olof@lixom.net>

Index: powerpc/drivers/pcmcia/ds.c
===================================================================
--- powerpc.orig/drivers/pcmcia/ds.c
+++ powerpc/drivers/pcmcia/ds.c
@@ -1515,6 +1515,7 @@ struct bus_type pcmcia_bus_type = {
 	.suspend = pcmcia_dev_suspend,
 	.resume = pcmcia_dev_resume,
 };
+EXPORT_SYMBOL(pcmcia_bus_type);
 
 
 static int __init init_pcmcia_bus(void)

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

end of thread, other threads:[~2007-05-15  4:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 15:33 [PATCH] pcmcia: export pcmcia_bus_type Olof Johansson
2007-05-12 18:06 ` [PATCH v2] " Olof Johansson
2007-05-13 21:20   ` Christoph Hellwig
2007-05-13 21:40     ` Olof Johansson
2007-05-13 23:10       ` Russell King
2007-05-13 23:51         ` Olof Johansson
2007-05-15  4:36   ` [PATCH v3] pcmcia: export pcmcia_bus_type (GPL-only) Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox