diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-12-17 19:02:49 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:21 -0500 |
| commit | 162a96ea4bc77ad8d553ea5de6300b6ed70d13e1 (patch) | |
| tree | 42abeaa57b9236a5829de379e6d7338b08fe9ac3 /drivers/rtc/rtc-dev.c | |
| parent | 1b99732932e1e398ec84baf6024afa23f5388716 (diff) | |
drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c
This code is under #if 0 and not used.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-dev.c')
| -rw-r--r-- | drivers/rtc/rtc-dev.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/rtc/rtc-dev.c b/drivers/rtc/rtc-dev.c index cace6d3aed9..9a86b4bd869 100644 --- a/drivers/rtc/rtc-dev.c +++ b/drivers/rtc/rtc-dev.c | |||
| @@ -379,25 +379,6 @@ static long rtc_dev_ioctl(struct file *file, | |||
| 379 | err = put_user(rtc->irq_freq, (unsigned long __user *)uarg); | 379 | err = put_user(rtc->irq_freq, (unsigned long __user *)uarg); |
| 380 | break; | 380 | break; |
| 381 | 381 | ||
| 382 | #if 0 | ||
| 383 | case RTC_EPOCH_SET: | ||
| 384 | #ifndef rtc_epoch | ||
| 385 | /* | ||
| 386 | * There were no RTC clocks before 1900. | ||
| 387 | */ | ||
| 388 | if (arg < 1900) { | ||
| 389 | err = -EINVAL; | ||
| 390 | break; | ||
| 391 | } | ||
| 392 | rtc_epoch = arg; | ||
| 393 | err = 0; | ||
| 394 | #endif | ||
| 395 | break; | ||
| 396 | |||
| 397 | case RTC_EPOCH_READ: | ||
| 398 | err = put_user(rtc_epoch, (unsigned long __user *)uarg); | ||
| 399 | break; | ||
| 400 | #endif | ||
| 401 | case RTC_WKALM_SET: | 382 | case RTC_WKALM_SET: |
| 402 | mutex_unlock(&rtc->ops_lock); | 383 | mutex_unlock(&rtc->ops_lock); |
| 403 | if (copy_from_user(&alarm, uarg, sizeof(alarm))) | 384 | if (copy_from_user(&alarm, uarg, sizeof(alarm))) |
