]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/cris/arch-v10/drivers/sync_serial.c
llseek: automatically add .llseek fop
[mirror_ubuntu-artful-kernel.git] / arch / cris / arch-v10 / drivers / sync_serial.c
index ee2dd4323daf4ee0c901045748714057c738e64f..e501632fa8c263884d6bf51ffa6cb34eb3f95b36 100644 (file)
@@ -250,7 +250,8 @@ static const struct file_operations sync_serial_fops = {
        .poll           = sync_serial_poll,
        .unlocked_ioctl = sync_serial_ioctl,
        .open           = sync_serial_open,
-       .release        = sync_serial_release
+       .release        = sync_serial_release,
+       .llseek         = noop_llseek,
 };
 
 static int __init etrax_sync_serial_init(void)