commit | a656cbf07f1106db941af337ac0051347fb778a5 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Thu Oct 01 18:08:18 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Oct 02 07:38:37 2009 +0200 |
tree | 1fdd92bccd37d1d2b416d06f60d5eb6a87a5065c | |
parent | ebb6f6acbc7c23dfb23739bf02dd987500949bd0 [diff] |
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>
diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index bb6819a..d06f780 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c
@@ -98,7 +98,7 @@ { } }; -struct i2c_driver keywest_driver = { +static struct i2c_driver keywest_driver = { .driver = { .name = "PMac Keywest Audio", },