diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-10-01 12:08:18 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-02 01:38:37 -0400 |
commit | a656cbf07f1106db941af337ac0051347fb778a5 (patch) | |
tree | 1fdd92bccd37d1d2b416d06f60d5eb6a87a5065c /sound/ppc | |
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>
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/keywest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index bb6819aab133..d06f780bd7e8 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c | |||
@@ -98,7 +98,7 @@ static const struct i2c_device_id keywest_i2c_id[] = { | |||
98 | { } | 98 | { } |
99 | }; | 99 | }; |
100 | 100 | ||
101 | struct i2c_driver keywest_driver = { | 101 | static struct i2c_driver keywest_driver = { |
102 | .driver = { | 102 | .driver = { |
103 | .name = "PMac Keywest Audio", | 103 | .name = "PMac Keywest Audio", |
104 | }, | 104 | }, |