Skip to content
Snippets Groups Projects
Commit a656cbf0 authored by Jean Delvare's avatar Jean Delvare Committed by Takashi Iwai
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment