diff options
Diffstat (limited to 'drivers/rtc/rtc-jz4740.c')
-rw-r--r-- | drivers/rtc/rtc-jz4740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-jz4740.c b/drivers/rtc/rtc-jz4740.c index 05ab227eeff7..1224182d3eab 100644 --- a/drivers/rtc/rtc-jz4740.c +++ b/drivers/rtc/rtc-jz4740.c | |||
@@ -42,7 +42,7 @@ struct jz4740_rtc { | |||
42 | 42 | ||
43 | struct rtc_device *rtc; | 43 | struct rtc_device *rtc; |
44 | 44 | ||
45 | unsigned int irq; | 45 | int irq; |
46 | 46 | ||
47 | spinlock_t lock; | 47 | spinlock_t lock; |
48 | }; | 48 | }; |