]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/ds1302.c
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
[net-next-2.6.git] / drivers / char / ds1302.c
index e3d72aa3cbd2fa1f322c62f4fc0da7e233b33b60..ed8303f9890c346ef136d54ec2b999cce3ee5e5d 100644 (file)
@@ -289,6 +289,7 @@ get_rtc_status(char *buf)
 static const struct file_operations rtc_fops = {
        .owner          = THIS_MODULE,
        .unlocked_ioctl = rtc_ioctl,
+       .llseek         = noop_llseek,
 };
 
 /* Probe for the chip by writing something to its RAM and try reading it back. */