[PATCH 1/1] bus: vexpress-config: Export devm_regmap_init_vexpress_config

From: Sachin Kamat
Date: Mon May 26 2014 - 05:10:19 EST


Export this symbol to avoid build error when built as module.
ERROR: "devm_regmap_init_vexpress_config" [drivers/regulator/vexpress.ko] undefined!

Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx>
---
drivers/bus/vexpress-config.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/bus/vexpress-config.c b/drivers/bus/vexpress-config.c
index 27a07dfcd626..2af2227874af 100644
--- a/drivers/bus/vexpress-config.c
+++ b/drivers/bus/vexpress-config.c
@@ -118,6 +118,7 @@ struct regmap *devm_regmap_init_vexpress_config(struct device *dev)

return regmap;
}
+EXPORT_SYMBOL(devm_regmap_init_vexpress_config);


struct device *vexpress_config_bridge_register(struct device *parent,
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/