ASoC: tlv320dac33: add MODULE_DEVICE_TABLE
The device table is required to load modules based on modaliases. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -1615,6 +1615,7 @@ static const struct i2c_device_id tlv320dac33_i2c_id[] = {
|
|||||||
},
|
},
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(i2c, tlv320dac33_i2c_id);
|
||||||
|
|
||||||
static struct i2c_driver tlv320dac33_i2c_driver = {
|
static struct i2c_driver tlv320dac33_i2c_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
|
Reference in New Issue
Block a user