[alsa-devel] [PATCH RESEND] ASoC: rt286: make rt286_i2c_driver static

bardliao at realtek.com bardliao at realtek.com
Mon Jul 14 04:18:04 CEST 2014


From: Bard Liao <bardliao at realtek.com>

Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
Signed-off-by: Bard Liao <bardliao at realtek.com>
---
 sound/soc/codecs/rt286.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c
index 8103315..218f86e 100644
--- a/sound/soc/codecs/rt286.c
+++ b/sound/soc/codecs/rt286.c
@@ -1206,7 +1206,7 @@ static int rt286_i2c_remove(struct i2c_client *i2c)
 }
 
 
-struct i2c_driver rt286_i2c_driver = {
+static struct i2c_driver rt286_i2c_driver = {
 	.driver = {
 		   .name = "rt286",
 		   .owner = THIS_MODULE,
-- 
1.8.1.1.439.g50a6b54



More information about the Alsa-devel mailing list