diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1307.c')
| -rw-r--r-- | drivers/rtc/rtc-ds1307.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c index eb99ee4fa0f5..8a99da6f2f24 100644 --- a/drivers/rtc/rtc-ds1307.c +++ b/drivers/rtc/rtc-ds1307.c | |||
| @@ -874,7 +874,7 @@ read_rtc: | |||
| 874 | } | 874 | } |
| 875 | 875 | ||
| 876 | if (want_irq) { | 876 | if (want_irq) { |
| 877 | err = request_irq(client->irq, ds1307_irq, 0, | 877 | err = request_irq(client->irq, ds1307_irq, IRQF_SHARED, |
| 878 | ds1307->rtc->name, client); | 878 | ds1307->rtc->name, client); |
| 879 | if (err) { | 879 | if (err) { |
| 880 | dev_err(&client->dev, | 880 | dev_err(&client->dev, |
