Commit a656cbf07f1106db941af337ac0051347fb778a5

Authored by Jean Delvare
Committed by Takashi Iwai
1 parent ebb6f6acbc

sound: Make keywest_driver static

I can't see any reason for struct i2c_driver keywest_driver to not be
static.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -98,7 +98,7 @@
98 98 { }
99 99 };
100 100  
101   -struct i2c_driver keywest_driver = {
  101 +static struct i2c_driver keywest_driver = {
102 102 .driver = {
103 103 .name = "PMac Keywest Audio",
104 104 },