From 862711c0272ef3ea3c5ddacc7df520d1bff07e1e Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 12 Oct 2009 11:43:55 +0300 Subject: [PATCH] --- yaml --- r: 170170 b: refs/heads/master c: 814b7963e50e331f129acc25ad92bd4db45c300f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/tpa6130a2.c | 2 +- trunk/sound/soc/codecs/tpa6130a2.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fd3f7af4a3ee..794cea8fec23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebab1b1d07266ab8ca9f65065e68b02f05504c4e +refs/heads/master: 814b7963e50e331f129acc25ad92bd4db45c300f diff --git a/trunk/sound/soc/codecs/tpa6130a2.c b/trunk/sound/soc/codecs/tpa6130a2.c index 0a6e7b4ace60..6b650c1aa3d1 100644 --- a/trunk/sound/soc/codecs/tpa6130a2.c +++ b/trunk/sound/soc/codecs/tpa6130a2.c @@ -106,7 +106,7 @@ static void tpa6130a2_initialize(void) tpa6130a2_i2c_write(i, data->regs[i]); } -void tpa6130a2_power(int power) +static void tpa6130a2_power(int power) { struct tpa6130a2_data *data; u8 val; diff --git a/trunk/sound/soc/codecs/tpa6130a2.h b/trunk/sound/soc/codecs/tpa6130a2.h index 6a794f16cee9..57e867fd86d1 100644 --- a/trunk/sound/soc/codecs/tpa6130a2.h +++ b/trunk/sound/soc/codecs/tpa6130a2.h @@ -57,6 +57,5 @@ #define TPA6130A2_VERSION_MASK (0x0f) extern int tpa6130a2_add_controls(struct snd_soc_codec *codec); -extern void tpa6130a2_power(int power); #endif /* __TPA6130A2_H__ */