Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Mark Brown
08d49f43 ce6f5ea3

+2 -2
+2 -2
drivers/regulator/ab8500-ext.c
··· 341 341 { .name = "ab8500_ext3", .driver_data = (void *) AB8500_EXT_SUPPLY3, }, 342 342 }; 343 343 344 - int ab8500_ext_regulator_probe(struct platform_device *pdev) 344 + static int ab8500_ext_regulator_probe(struct platform_device *pdev) 345 345 { 346 346 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); 347 347 struct ab8500_platform_data *ppdata; ··· 433 433 return 0; 434 434 } 435 435 436 - int ab8500_ext_regulator_remove(struct platform_device *pdev) 436 + static int ab8500_ext_regulator_remove(struct platform_device *pdev) 437 437 { 438 438 int i; 439 439