diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-28 13:26:05 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-07-10 12:37:43 +0400 |
commit | aaebafb65d0cfba742b4e5d8fa6ec2e3a6bc308a (patch) | |
tree | 429cabbae9878b0ae5c62e5ee65eb94b6ca7e252 /arch/arm/mach-ux500 | |
parent | 0d01ab3aa47a99a218b2e3a1ae13dc5d20d061b6 (diff) | |
download | linux-aaebafb65d0cfba742b4e5d8fa6ec2e3a6bc308a.tar.xz |
ARM: ux500: Staticize ab8505_regulators
'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>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-regulators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index a4e139aa2441..32d744e91ec2 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -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 = { |