public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vme: vme.c: fixed an EXPORT_SYMBOL warning
@ 2010-05-25 13:09 nanakos
  2010-05-25 13:44 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: nanakos @ 2010-05-25 13:09 UTC (permalink / raw)
  To: gregkh; +Cc: martyn.welch, wfp5p, devel, linux-kernel, Nanakos Chrysostomos

From: Nanakos Chrysostomos <nanakos@wired-net.gr>

Fixed an EXPORT_SYMBOL warning.

Signed-off-by: Nanakos Chrysostomos <nanakos@wired-net.gr>
---
 drivers/staging/vme/vme.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/vme/vme.c b/drivers/staging/vme/vme.c
index 093fbff..a0b63d5 100644
--- a/drivers/staging/vme/vme.c
+++ b/drivers/staging/vme/vme.c
@@ -1519,7 +1519,6 @@ struct bus_type vme_bus_type = {
 	.probe = vme_bus_probe,
 	.remove = vme_bus_remove,
 };
-EXPORT_SYMBOL(vme_bus_type);
 
 static int __init vme_init(void)
 {
@@ -1530,6 +1529,7 @@ static void __exit vme_exit(void)
 {
 	bus_unregister(&vme_bus_type);
 }
+EXPORT_SYMBOL(vme_bus_type);
 
 MODULE_DESCRIPTION("VME bridge driver framework");
 MODULE_AUTHOR("Martyn Welch <martyn.welch@ge.com");
-- 
1.5.6.5


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

end of thread, other threads:[~2010-05-25 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 13:09 [PATCH] Staging: vme: vme.c: fixed an EXPORT_SYMBOL warning nanakos
2010-05-25 13:44 ` Greg KH
2010-05-25 14:19   ` Martyn Welch
2010-05-25 14:58     ` Greg KH
2010-05-25 15:06     ` Nanakos Chrysostomos
2010-05-25 15:24     ` Martyn Welch

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