aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/tps65218.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps65218.c b/drivers/mfd/tps65218.c
index a74bfb59f18f..0d256cb002eb 100644
--- a/drivers/mfd/tps65218.c
+++ b/drivers/mfd/tps65218.c
@@ -197,6 +197,7 @@ static struct regmap_irq_chip tps65218_irq_chip = {
197 197
198static const struct of_device_id of_tps65218_match_table[] = { 198static const struct of_device_id of_tps65218_match_table[] = {
199 { .compatible = "ti,tps65218", }, 199 { .compatible = "ti,tps65218", },
200 {}
200}; 201};
201 202
202static int tps65218_probe(struct i2c_client *client, 203static int tps65218_probe(struct i2c_client *client,