[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1300711436-32296-2-git-send-email-marek.belisko@open-nandra.com>
Date: Mon, 21 Mar 2011 13:43:55 +0100
From: Marek Belisko <marek.belisko@...n-nandra.com>
To: a.zummo@...ertech.it
Cc: rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org,
Marek Belisko <marek.belisko@...n-nandra.com>
Subject: [PATCH 1/2] rtc: s3c: Fix compilation error in s3c_rtc_release.
Fix compilation error:
drivers/rtc/rtc-s3c.c: In function 's3c_rtc_release':
drivers/rtc/rtc-s3c.c:339:2: error: implicit declaration of function 's3c_rtc_setpie'
Signed-off-by: Marek Belisko <marek.belisko@...n-nandra.com>
---
drivers/rtc/rtc-s3c.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c
index 7149649..43dcefd 100644
--- a/drivers/rtc/rtc-s3c.c
+++ b/drivers/rtc/rtc-s3c.c
@@ -336,7 +336,6 @@ static void s3c_rtc_release(struct device *dev)
/* do not clear AIE here, it may be needed for wake */
- s3c_rtc_setpie(dev, 0);
free_irq(s3c_rtc_alarmno, rtc_dev);
free_irq(s3c_rtc_tickno, rtc_dev);
}
--
1.7.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