aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-09-26 09:33:49 -0400
committerLee Jones <lee.jones@linaro.org>2013-10-23 11:21:34 -0400
commit2d8edaf028ad2bc71c07c7338bfb0ef7cb46e78d (patch)
treeb651910d9b34b00fe3d4a9c07155ed597d280371 /drivers/mfd
parentca471660a263f437696bd6459c29395cb176a94a (diff)
mfd: palmas: Add MODULE_DEVICE_TABLE for of_device table
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-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 9607d24259d0..3b63139fe563 100644
--- a/drivers/mfd/palmas.c
+++ b/drivers/mfd/palmas.c
@@ -368,6 +368,7 @@ static const struct of_device_id of_palmas_match_tbl[] = {
368 }, 368 },
369 { }, 369 { },
370}; 370};
371MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
371 372
372static int palmas_i2c_probe(struct i2c_client *i2c, 373static int palmas_i2c_probe(struct i2c_client *i2c,
373 const struct i2c_device_id *id) 374 const struct i2c_device_id *id)