diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-09-26 09:33:49 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 11:21:34 -0400 |
commit | 2d8edaf028ad2bc71c07c7338bfb0ef7cb46e78d (patch) | |
tree | b651910d9b34b00fe3d4a9c07155ed597d280371 /drivers/mfd | |
parent | ca471660a263f437696bd6459c29395cb176a94a (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.c | 1 |
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 | }; |
371 | MODULE_DEVICE_TABLE(of, of_palmas_match_tbl); | ||
371 | 372 | ||
372 | static int palmas_i2c_probe(struct i2c_client *i2c, | 373 | static int palmas_i2c_probe(struct i2c_client *i2c, |
373 | const struct i2c_device_id *id) | 374 | const struct i2c_device_id *id) |