From: olof@lixom.net (Olof Johansson)
To: linux-pcmcia@lists.infradead.org
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: [PATCH] pcmcia: export pcmcia_bus_type
Date: Sat, 12 May 2007 10:33:07 -0500 [thread overview]
Message-ID: <20070512153307.GA13223@lixom.net> (raw)
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)
next reply other threads:[~2007-05-12 15:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-12 15:33 Olof Johansson [this message]
2007-05-12 18:06 ` [PATCH v2] pcmcia: export pcmcia_bus_type 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070512153307.GA13223@lixom.net \
--to=olof@lixom.net \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.