Skip to content

Commit

Permalink
sound: Make keywest_driver static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Takashi Iwai committed Oct 2, 2009
1 parent ebb6f6a commit a656cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/ppc/keywest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit a656cbf

Please sign in to comment.