Prev: tracing: Add __used annotation to event variable
Next: Staging: vme: devices: vme_user.c: fixed ERRORS and WARNINGS
From: nanakos on 25 May 2010 09:40 From: Nanakos Chrysostomos <nanakos(a)wired-net.gr> Fixed an EXPORT_SYMBOL warning. Signed-off-by: Nanakos Chrysostomos <nanakos(a)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(a)ge.com"); -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |