[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299601173-26252-1-git-send-email-plagnioj@jcrosoft.com>
Date: Tue, 8 Mar 2011 17:19:33 +0100
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
To: rtc-linux@...glegroups.com
Cc: linux-kernel@...r.kernel.org,
Alessandro Zummo <a.zummo@...ertech.it>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
John Stultz <john.stultz@...aro.org>
Subject: [PATCH] rtc/at91sam9: fix typo .alarm_irq_enabled instead of .alarm_irq_enable
in struct rtc_class_ops at91_rtc_ops
introduce in commit 16380c153a6
RTC: Convert rtc drivers to use the alarm_irq_enable method
Cc: John Stultz <john.stultz@...aro.org>
Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
---
drivers/rtc/rtc-at91sam9.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c
index c36749e..5469c52 100644
--- a/drivers/rtc/rtc-at91sam9.c
+++ b/drivers/rtc/rtc-at91sam9.c
@@ -309,7 +309,7 @@ static const struct rtc_class_ops at91_rtc_ops = {
.read_alarm = at91_rtc_readalarm,
.set_alarm = at91_rtc_setalarm,
.proc = at91_rtc_proc,
- .alarm_irq_enabled = at91_rtc_alarm_irq_enable,
+ .alarm_irq_enable = at91_rtc_alarm_irq_enable,
};
/*
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists