[alsa-devel] [PATCH] ASoC: rt286: make rt286_i2c_driver static
From: Bard Liao bardliao@realtek.com
Signed-off-by: Fengguang Wu fengguang.wu@intel.com --- This is reported by kbuild test robot. I don't know if my sob line is needed or not. --- 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,
On Thu, Jul 10, 2014 at 06:14:57PM +0800, bardliao@realtek.com wrote:
From: Bard Liao bardliao@realtek.com
Signed-off-by: Fengguang Wu fengguang.wu@intel.com
This is reported by kbuild test robot. I don't know if my sob line is needed or not.
Yes, you should add a signed-off-by to any patch you forward from someone else.
participants (2)
-
bardliao@realtek.com
-
Mark Brown