Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 = {
	.driver = {
		.name = "PMac Keywest Audio",
		.name = "PMac Keywest Audio",
	},
	},