Move source tree closer to the 2.6.32.17 mainline
/drivers/rtc/rtc-s3c.c
blob:e0d7b9991505564c412e4771f8061154c5adc449 -> blob:43bfffe1ec2b381fe8703bac1247f31c43759991
--- drivers/rtc/rtc-s3c.c
+++ drivers/rtc/rtc-s3c.c
@@ -456,8 +456,6 @@ static int __devinit s3c_rtc_probe(struc
pr_debug("s3c2410_rtc: RTCCON=%02x\n",
readb(s3c_rtc_base + S3C2410_RTCCON));
- s3c_rtc_setfreq(&pdev->dev, 1);
-
device_init_wakeup(&pdev->dev, 1);
/* register RTC and exit */
@@ -474,6 +472,9 @@ static int __devinit s3c_rtc_probe(struc
rtc->max_user_freq = 128;
platform_set_drvdata(pdev, rtc);
+
+ s3c_rtc_setfreq(&pdev->dev, 1);
+
return 0;
err_nortc: