ARM: ux500: Staticize ab8505_regulators
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 28 May 2014 09:26:05 +0000 (14:56 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Jul 2014 08:37:43 +0000 (10:37 +0200)
'ab8505_regulators' is used only in this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500-regulators.c

index a4e139aa244125431a838990320937f2d7d40c77..32d744e91ec2164d498ee986349af598f4ae20e2 100644 (file)
@@ -796,7 +796,7 @@ static struct ab8500_regulator_reg_init ab8505_reg_init[] = {
        INIT_REGULATOR_REGISTER(AB8505_CTRLVAUX6,              0x00, 0x00),
 };
 
-struct regulator_init_data ab8505_regulators[AB8505_NUM_REGULATORS] = {
+static struct regulator_init_data ab8505_regulators[AB8505_NUM_REGULATORS] = {
        /* supplies to the display/camera */
        [AB8505_LDO_AUX1] = {
                .constraints = {
This page took 0.034078 seconds and 5 git commands to generate.