]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/xen/evtchn.c
llseek: automatically add .llseek fop
[mirror_ubuntu-zesty-kernel.git] / drivers / xen / evtchn.c
index 66e185cfe92fa8bb70c29d27de013fed1685c6d2..fec6ba3c08a8e885d663ce3ac9c8b031ff971273 100644 (file)
@@ -467,6 +467,7 @@ static const struct file_operations evtchn_fops = {
        .fasync  = evtchn_fasync,
        .open    = evtchn_open,
        .release = evtchn_release,
+       .llseek = noop_llseek,
 };
 
 static struct miscdevice evtchn_miscdev = {