lkml.org 
[lkml]   [2011]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] rtc: s3c: Fix compilation error in s3c_rtc_remove.
Date
Fix following compilation error:
drivers/rtc/rtc-s3c.c: In function 's3c_rtc_remove':
drivers/rtc/rtc-s3c.c:410:2: error: implicit declaration of function 's3c_rtc_setpie'

Signed-off-by: Marek Belisko <marek.belisko@open-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 43dcefd..b3466c4 100644
--- a/drivers/rtc/rtc-s3c.c
+++ b/drivers/rtc/rtc-s3c.c
@@ -407,7 +407,6 @@ static int __devexit s3c_rtc_remove(struct platform_device *dev)
platform_set_drvdata(dev, NULL);
rtc_device_unregister(rtc);

- s3c_rtc_setpie(&dev->dev, 0);
s3c_rtc_setaie(&dev->dev, 0);

clk_disable(rtc_clk);
--
1.7.1


\
 
 \ /
  Last update: 2011-03-21 13:47    [W:0.041 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site