X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=drivers%2Fmedia%2FIR%2Flirc_dev.c;h=0acf6396e068212d14bb36d240f62304d9087565;hb=6038f373a3dc1f1c26496e60b6c40b164716f07e;hp=5b145e8672fea0d561a27f00d68db1c76998d943;hpb=1ec5584e3edf9c4bf2c88c846534d19cf986ba11;p=net-next-2.6.git diff --git a/drivers/media/IR/lirc_dev.c b/drivers/media/IR/lirc_dev.c index 5b145e8672f..0acf6396e06 100644 --- a/drivers/media/IR/lirc_dev.c +++ b/drivers/media/IR/lirc_dev.c @@ -163,6 +163,7 @@ static struct file_operations fops = { .unlocked_ioctl = lirc_dev_fop_ioctl, .open = lirc_dev_fop_open, .release = lirc_dev_fop_close, + .llseek = noop_llseek, }; static int lirc_cdev_add(struct irctl *ir)