sound: Make keywest_driver static
authorJean Delvare <khali@linux-fr.org>
Thu, 1 Oct 2009 16:08:18 +0000 (18:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Oct 2009 05:38:37 +0000 (07:38 +0200)
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>
sound/ppc/keywest.c

index bb6819a..d06f780 100644 (file)
@@ -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",
        },