projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb6f6a
)
sound: Make keywest_driver static
author
Jean Delvare
<khali@linux-fr.org>
Thu, 1 Oct 2009 16:08:18 +0000
(18:08 +0200)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/ppc/keywest.c
b/sound/ppc/keywest.c
index bb6819aab133181c3b80b8eb30d708665d6d8923..d06f780bd7e84ad088163eb52e134c8c57188956 100644
(file)
--- 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 = {
+st
atic st
ruct i2c_driver keywest_driver = {
.driver = {
.name = "PMac Keywest Audio",
},