提交 a656cbf0 编写于 作者: J Jean Delvare 提交者: Takashi Iwai

sound: Make keywest_driver static

I can't see any reason for struct i2c_driver keywest_driver to not be
static.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 ebb6f6ac
......@@ -98,7 +98,7 @@ static const struct i2c_device_id keywest_i2c_id[] = {
{ }
};
struct i2c_driver keywest_driver = {
static struct i2c_driver keywest_driver = {
.driver = {
.name = "PMac Keywest Audio",
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册