From: Zhao Yakui <yakui.zhao@xxxxxxxxx> Signed-off-by: Zhao Yakui <yakui.zhao@xxxxxxxxx> cc: Bjorn Helgaas <bjorn.helgaas@xxxxxx> --- drivers/pnp/driver.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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; -- 1.5.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html