From patchwork Thu Jun 24 09:05:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] RTC/nuc900: fix build warning Date: Wed, 23 Jun 2010 23:05:57 -0000 From: Wan ZongShun X-Patchwork-Id: 56771 Message-Id: <4C231FF5.9090602@gmail.com> To: Alessandro Zummo , Andrew Morton , LKML , rtc-linux Firstly,I am sorry for this patch, because I omit the warning when I submit 'nuc900-rtc-change-the-waiting-for-device-ready-implement.patch'. so I have to send a patch to fix it. It is reported by Nuvoton test guys, thanks. Signed-off-by: Wan ZongShun --- drivers/rtc/rtc-nuc900.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-nuc900.c b/drivers/rtc/rtc-nuc900.c index 0267ea3..62de66a 100644 --- a/drivers/rtc/rtc-nuc900.c +++ b/drivers/rtc/rtc-nuc900.c @@ -85,7 +85,7 @@ static irqreturn_t nuc900_rtc_interrupt(int irq, void *_rtc) static int *check_rtc_access_enable(struct nuc900_rtc *nuc900_rtc) { - unsigned int i, timeout = 0x1000; + unsigned int timeout = 0x1000; __raw_writel(INIRRESET, nuc900_rtc->rtc_reg + REG_RTC_INIR); mdelay(10);