From: Laxman Dewangan Date: Thu, 26 Sep 2013 13:33:49 +0000 (+0530) Subject: mfd: palmas: Add MODULE_DEVICE_TABLE for of_device table X-Git-Tag: v3.13-rc1~66^2~4^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d8edaf028ad2bc71c07c7338bfb0ef7cb46e78d;p=thirdparty%2Fkernel%2Flinux.git mfd: palmas: Add MODULE_DEVICE_TABLE for of_device table Signed-off-by: Laxman Dewangan Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c index 9607d24259d0c..3b63139fe5637 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)