1
0
Fork 0

regulator: ab8500-ext: Staticize local symbols

Local symbols used only in this file are made static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
hifive-unleashed-5.1
Sachin Kamat 2013-06-26 10:13:37 +05:30 committed by Mark Brown
parent ce6f5ea3a7
commit 08d49f4372
1 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ static struct of_regulator_match ab8500_ext_regulator_match[] = {
{ .name = "ab8500_ext3", .driver_data = (void *) AB8500_EXT_SUPPLY3, },
};
int ab8500_ext_regulator_probe(struct platform_device *pdev)
static int ab8500_ext_regulator_probe(struct platform_device *pdev)
{
struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent);
struct ab8500_platform_data *ppdata;
@ -433,7 +433,7 @@ int ab8500_ext_regulator_probe(struct platform_device *pdev)
return 0;
}
int ab8500_ext_regulator_remove(struct platform_device *pdev)
static int ab8500_ext_regulator_remove(struct platform_device *pdev)
{
int i;