diff options
-rw-r--r-- | drivers/rtc/rtc-tps65910.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index 9dd1db9a12af..d0244d7979fc 100644 --- a/drivers/rtc/rtc-tps65910.c +++ b/drivers/rtc/rtc-tps65910.c | |||
@@ -47,7 +47,8 @@ struct tps65910_rtc { | |||
47 | /* Multiplier for ppb conversions */ | 47 | /* Multiplier for ppb conversions */ |
48 | #define PPB_MULT (1000000000LL) | 48 | #define PPB_MULT (1000000000LL) |
49 | 49 | ||
50 | static int tps65910_rtc_alarm_irq_enable(struct device *dev, unsigned enabled) | 50 | static int tps65910_rtc_alarm_irq_enable(struct device *dev, |
51 | unsigned int enabled) | ||
51 | { | 52 | { |
52 | struct tps65910 *tps = dev_get_drvdata(dev->parent); | 53 | struct tps65910 *tps = dev_get_drvdata(dev->parent); |
53 | u8 val = 0; | 54 | u8 val = 0; |