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.ka...@linaro.org> --- 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/