Merge commit 'v2.6.34-rc1' into for-linus
[deliverable/linux.git] / drivers / char / efirtc.c
index 26a47dc88f6194ed7c0402f01fe31477a27e2af2..53c524e7b82928a78ff04e26be135ca4c1a4e428 100644 (file)
@@ -285,6 +285,7 @@ static const struct file_operations efi_rtc_fops = {
        .unlocked_ioctl = efi_rtc_ioctl,
        .open           = efi_rtc_open,
        .release        = efi_rtc_close,
+       .llseek         = no_llseek,
 };
 
 static struct miscdevice efi_rtc_dev= {
This page took 0.023773 seconds and 5 git commands to generate.