aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t80.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-m41t80.c')
-rw-r--r--drivers/rtc/rtc-m41t80.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-m41t80.c b/drivers/rtc/rtc-m41t80.c
index 1cb33cac1237..2ee0d070095a 100644
--- a/drivers/rtc/rtc-m41t80.c
+++ b/drivers/rtc/rtc-m41t80.c
@@ -756,7 +756,8 @@ static struct notifier_block wdt_notifier = {
756 * 756 *
757 ***************************************************************************** 757 *****************************************************************************
758 */ 758 */
759static int m41t80_probe(struct i2c_client *client) 759static int m41t80_probe(struct i2c_client *client,
760 const struct i2c_device_id *id)
760{ 761{
761 int i, rc = 0; 762 int i, rc = 0;
762 struct rtc_device *rtc = NULL; 763 struct rtc_device *rtc = NULL;