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:
10645a7
)
ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids
author
Axel Lin
<axel.lin@gmail.com>
Thu, 11 Aug 2011 14:19:16 +0000
(22:19 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 12 Aug 2011 02:39:25 +0000
(11:39 +0900)
The module device table for of_device_id should use "of" type.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/sgtl5000.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/sgtl5000.c
b/sound/soc/codecs/sgtl5000.c
index 666fae6e148dc7e87bc275587fc5a2a8ce144dc5..91130fbc6913e534e37d188109eb03a1801acfae 100644
(file)
--- a/
sound/soc/codecs/sgtl5000.c
+++ b/
sound/soc/codecs/sgtl5000.c
@@
-1441,7
+1441,7
@@
static const struct of_device_id sgtl5000_dt_ids[] = {
{ .compatible = "fsl,sgtl5000", },
{ /* sentinel */ }
};
-MODULE_DEVICE_TABLE(
i2c
, sgtl5000_dt_ids);
+MODULE_DEVICE_TABLE(
of
, sgtl5000_dt_ids);
static struct i2c_driver sgtl5000_i2c_driver = {
.driver = {