aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/tps80031.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps80031.c b/drivers/mfd/tps80031.c
index f64005efa6f..10b51f7dfff 100644
--- a/drivers/mfd/tps80031.c
+++ b/drivers/mfd/tps80031.c
@@ -543,6 +543,7 @@ static int __devexit tps80031_remove(struct i2c_client *client)
543static const struct i2c_device_id tps80031_id_table[] = { 543static const struct i2c_device_id tps80031_id_table[] = {
544 { "tps80031", TPS80031 }, 544 { "tps80031", TPS80031 },
545 { "tps80032", TPS80032 }, 545 { "tps80032", TPS80032 },
546 { }
546}; 547};
547MODULE_DEVICE_TABLE(i2c, tps80031_id_table); 548MODULE_DEVICE_TABLE(i2c, tps80031_id_table);
548 549