projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f65f74
)
mfd: Staticise non-exported tps65217_update_bits()
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 9 May 2012 20:18:05 +0000
(21:18 +0100)
committer
Samuel 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/tps65217.c
b/drivers/mfd/tps65217.c
index
c064c0a
..
db194e4
100644
(file)
--- a/
drivers/mfd/tps65217.c
+++ b/
drivers/mfd/tps65217.c
@@
-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;