Commit a656cbf0 authored by Jean Delvare's avatar Jean Delvare Committed by 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: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment