aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-05-21 11:33:22 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-08 18:16:07 -0400
commitae85f12c66dd9982486976fce08ab9475d1c5c4e (patch)
tree3fdbd958cf7089eb351f78312d9020db1fbc7c69
parentdae8a969d512ee15e08fbec7837b9dab1777896d (diff)
mfd: Add terminating entry for i2c_device_id palmas table
The i2c_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/mfd/palmas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c
index 00c0aba7eba0..5d896b352284 100644
--- a/drivers/mfd/palmas.c
+++ b/drivers/mfd/palmas.c
@@ -472,6 +472,7 @@ static const struct i2c_device_id palmas_i2c_id[] = {
472 { "twl6035", }, 472 { "twl6035", },
473 { "twl6037", }, 473 { "twl6037", },
474 { "tps65913", }, 474 { "tps65913", },
475 { /* end */ }
475}; 476};
476MODULE_DEVICE_TABLE(i2c, palmas_i2c_id); 477MODULE_DEVICE_TABLE(i2c, palmas_i2c_id);
477 478