[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070512153307.GA13223@lixom.net>
Date: Sat, 12 May 2007 10:33:07 -0500
From: olof@...om.net (Olof Johansson)
To: linux-pcmcia@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, akpm@...l.org
Subject: [PATCH] pcmcia: export pcmcia_bus_type
Export pcmcia_bus_type so modules can register bus notifiers.
Signed-off-by: Olof Johansson <olof@...om.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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists