diff --git a/[refs] b/[refs] index 1217134b0992..5beca688bb58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50e49bee3fc5c0cd0aff80ebd8061f356b7b9bd8 +refs/heads/master: f29627c2a3df5732af84bc217df26d1c311f5112 diff --git a/trunk/drivers/char/efirtc.c b/trunk/drivers/char/efirtc.c index 26a47dc88f61..53c524e7b829 100644 --- a/trunk/drivers/char/efirtc.c +++ b/trunk/drivers/char/efirtc.c @@ -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= {