aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8510.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8510.c')
-rw-r--r--sound/soc/codecs/wm8510.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c
index dac5beb4d023..b098a83a44d8 100644
--- a/sound/soc/codecs/wm8510.c
+++ b/sound/soc/codecs/wm8510.c
@@ -598,6 +598,7 @@ static const struct of_device_id wm8510_of_match[] = {
598 { .compatible = "wlf,wm8510" }, 598 { .compatible = "wlf,wm8510" },
599 { }, 599 { },
600}; 600};
601MODULE_DEVICE_TABLE(of, wm8510_of_match);
601 602
602static const struct regmap_config wm8510_regmap = { 603static const struct regmap_config wm8510_regmap = {
603 .reg_bits = 7, 604 .reg_bits = 7,
@@ -690,7 +691,6 @@ MODULE_DEVICE_TABLE(i2c, wm8510_i2c_id);
690static struct i2c_driver wm8510_i2c_driver = { 691static struct i2c_driver wm8510_i2c_driver = {
691 .driver = { 692 .driver = {
692 .name = "wm8510", 693 .name = "wm8510",
693 .owner = THIS_MODULE,
694 .of_match_table = wm8510_of_match, 694 .of_match_table = wm8510_of_match,
695 }, 695 },
696 .probe = wm8510_i2c_probe, 696 .probe = wm8510_i2c_probe,