diff mbox

[RESEND] ASoC: rt286: make rt286_i2c_driver static

Message ID 1405304284-25507-1-git-send-email-bardliao@realtek.com (mailing list archive)
State New, archived
Headers show

Commit Message

Bard Liao July 14, 2014, 2:18 a.m. UTC
From: Bard Liao <bardliao@realtek.com>

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

Comments

Mark Brown July 14, 2014, 6:15 p.m. UTC | #1
On Mon, Jul 14, 2014 at 10:18:04AM +0800, bardliao@realtek.com wrote:
> From: Bard Liao <bardliao@realtek.com>

Applied, thanks.
diff mbox

Patch

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,