From 4a95a0754b1e0ce867f2021acc82d6c7df555e7d Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 12 Jul 2000 16:51:20 +0000 Subject: Hack into a shape ready to be merged and send patch off to Linus. --- drivers/char/rtc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/char/rtc.c') diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c index 9809952ea..4bce85a85 100644 --- a/drivers/char/rtc.c +++ b/drivers/char/rtc.c @@ -54,6 +54,7 @@ * this driver.) */ +#include #include #include #include @@ -474,6 +475,7 @@ static int rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd, spin_unlock_irq(&rtc_lock); return 0; } +#elif !defined(CONFIG_DECSTATION) case RTC_EPOCH_READ: /* Read the epoch. */ { return put_user (epoch, (unsigned long *)arg); -- cgit v1.2.3