aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-09-26 19:03:49 +0530
committerLee Jones <lee.jones@linaro.org>2013-10-23 16:21:34 +0100
commit2d8edaf028ad2bc71c07c7338bfb0ef7cb46e78d (patch)
treeb651910d9b34b00fe3d4a9c07155ed597d280371
parentca471660a263f437696bd6459c29395cb176a94a (diff)
downloadmfd-next-2d8edaf028ad2bc71c07c7338bfb0ef7cb46e78d.tar.gz
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>
-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 9607d24259d0cf..3b63139fe56376 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[] = {
},
{ },
};
+MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
static int palmas_i2c_probe(struct i2c_client *i2c,
const struct i2c_device_id *id)