diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-09 16:18:05 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-20 11:27:00 -0400 |
commit | 27757e8262669321b496c55f06f4844e827fd1c5 (patch) | |
tree | ab96af578e8116b18f7e83de39c5e9b592f88ba7 /drivers/mfd | |
parent | 7f65f74ccee15f6eb0009921a428e3c5d5d06ae0 (diff) |
mfd: Staticise non-exported tps65217_update_bits()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/tps65217.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index c064c0a05649..db194e433c08 100644 --- a/drivers/mfd/tps65217.c +++ b/drivers/mfd/tps65217.c | |||
@@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write); | |||
96 | * @val: Value to write. | 96 | * @val: Value to write. |
97 | * @level: Password protected level | 97 | * @level: Password protected level |
98 | */ | 98 | */ |
99 | int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, | 99 | static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, |
100 | unsigned int mask, unsigned int val, unsigned int level) | 100 | unsigned int mask, unsigned int val, unsigned int level) |
101 | { | 101 | { |
102 | int ret; | 102 | int ret; |