diff mbox

[1/2_v7] ACPI: Export symbol of pnp_bus_type

Message ID 1279112094-16749-2-git-send-email-yakui.zhao@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Zhao, Yakui July 14, 2010, 12:54 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/pnp/driver.c b/drivers/pnp/driver.c
index cd11b11..9aec98a 100644
--- a/drivers/pnp/driver.c
+++ b/drivers/pnp/driver.c
@@ -218,6 +218,8 @@  struct bus_type pnp_bus_type = {
 	.dev_attrs = pnp_interface_attrs,
 };
 
+EXPORT_SYMBOL(pnp_bus_type);
+
 int pnp_register_driver(struct pnp_driver *drv)
 {
 	drv->driver.name = drv->name;