hwmon/drivers/mr75203: use HZ macros
[linux-2.6-microblaze.git] / drivers / rtc / rtc-max77686.c
index d51cc12..eae7cb9 100644 (file)
@@ -717,8 +717,8 @@ static int max77686_init_rtc_regmap(struct max77686_rtc_info *info)
 
 add_rtc_irq:
        ret = regmap_add_irq_chip(info->rtc_regmap, info->rtc_irq,
-                                 IRQF_TRIGGER_FALLING | IRQF_ONESHOT |
-                                 IRQF_SHARED, 0, info->drv_data->rtc_irq_chip,
+                                 IRQF_ONESHOT | IRQF_SHARED,
+                                 0, info->drv_data->rtc_irq_chip,
                                  &info->rtc_irq_data);
        if (ret < 0) {
                dev_err(info->dev, "Failed to add RTC irq chip: %d\n", ret);