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

2014-05-26 Thread Sachin Kamat
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 --- drivers/bus/vexpress-config.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bus/vexpress-config.c

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

2014-05-26 Thread Sachin Kamat
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