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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d8edaf028ad2bc71c07c7338bfb0ef7cb46e78d;p=linux-beck.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 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[] = { }, { }, }; +MODULE_DEVICE_TABLE(of, of_palmas_match_tbl); static int palmas_i2c_probe(struct i2c_client *i2c, const struct i2c_device_id *id)