]> Pileus Git - ~andy/linux/commitdiff
mfd: Staticise non-exported tps65217_update_bits()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 9 May 2012 20:18:05 +0000 (21:18 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 20 May 2012 15:27:00 +0000 (17:27 +0200)
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>
drivers/mfd/tps65217.c

index c064c0a05649a0ce2c054066fbbf3bb155eef0cd..db194e433c085358b8d4716f062af3700bba1956 100644 (file)
@@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write);
  * @val: Value to write.
  * @level: Password protected level
  */
-int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
+static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
                unsigned int mask, unsigned int val, unsigned int level)
 {
        int ret;