diff options
Diffstat (limited to 'drivers/rtc/rtc-m41t80.c')
-rw-r--r-- | drivers/rtc/rtc-m41t80.c | 3 |
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 | */ |
759 | static int m41t80_probe(struct i2c_client *client) | 759 | static 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; |