projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a02db
)
ASoC: wm5100: Convert to module_i2c_driver()
author
Mark Brown
<
[email protected]
>
Sat, 12 May 2012 12:00:29 +0000
(13:00 +0100)
committer
Mark Brown
<
[email protected]
>
Sat, 12 May 2012 12:02:02 +0000
(13:02 +0100)
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm5100.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5100.c
b/sound/soc/codecs/wm5100.c
index 4f2e0f830589c836c7306bd4e097f53361e66555..cb6d5372103a56290fafc84f3c917cdb8362cb0f 100644
(file)
--- a/
sound/soc/codecs/wm5100.c
+++ b/
sound/soc/codecs/wm5100.c
@@
-2730,17
+2730,7
@@
static struct i2c_driver wm5100_i2c_driver = {
.id_table = wm5100_i2c_id,
};
-static int __init wm5100_modinit(void)
-{
- return i2c_add_driver(&wm5100_i2c_driver);
-}
-module_init(wm5100_modinit);
-
-static void __exit wm5100_exit(void)
-{
- i2c_del_driver(&wm5100_i2c_driver);
-}
-module_exit(wm5100_exit);
+module_i2c_driver(wm5100_i2c_driver);
MODULE_DESCRIPTION("ASoC WM5100 driver");
MODULE_AUTHOR("Mark Brown <
[email protected]
>");