From: Jean Delvare Date: Thu, 1 Oct 2009 16:08:18 +0000 (+0200) Subject: sound: Make keywest_driver static X-Git-Tag: firefly_0821_release~12220^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a656cbf07f1106db941af337ac0051347fb778a5;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Takashi Iwai --- 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[] = { { } }; -struct i2c_driver keywest_driver = { +static struct i2c_driver keywest_driver = { .driver = { .name = "PMac Keywest Audio", },