Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753516Ab1BWXus (ORCPT ); Wed, 23 Feb 2011 18:50:48 -0500 Received: from ms01.sssup.it ([193.205.80.99]:40457 "EHLO sssup.it" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752712Ab1BWXur (ORCPT ); Wed, 23 Feb 2011 18:50:47 -0500 X-Greylist: delayed 3601 seconds by postgrey-1.27 at vger.kernel.org; Wed, 23 Feb 2011 18:50:47 EST Date: Wed, 23 Feb 2011 23:52:27 +0100 From: Michael Trimarchi To: linux-kernel@vger.kernel.org Cc: a.zummo@towertech.it, john.stultz@linaro.org Subject: [PATCH] fix rtc-at91sam9 compilation issue Message-ID: <20110223225226.GA22924@gandalf.sssup.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 957 Lines: 31 Fix rtc-at91sam9 compilation issue introduced by the commit 16380c153a69c3784d2afaddfe0a22f353046cf6 Signed-off-by: Michael Trimarchi --- 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..62fda98 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.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/