summaryrefslogtreecommitdiff
path: root/drivers/misc/phantom.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-10-08 15:01:33 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-10-08 15:01:33 +1100
commit3c43ddec936bcc591c7885fb9a8e596dcce24b47 (patch)
tree0f0f494c512da962bd9df59576a543ab0aa3490e /drivers/misc/phantom.c
parentbb46252c0f5b1146c63b8896a93c8fe03daa02c4 (diff)
parent9599bc4b997ccd416665c66ab6ea090163c7432c (diff)
Merge remote branch 'bkl-llseek/llseek'
Conflicts: drivers/gpu/drm/vmwgfx/vmwgfx_drv.c drivers/infiniband/hw/cxgb4/device.c
Diffstat (limited to 'drivers/misc/phantom.c')
-rw-r--r--drivers/misc/phantom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/phantom.c b/drivers/misc/phantom.c
index 3712e5077e25..4197a3cb26ba 100644
--- a/drivers/misc/phantom.c
+++ b/drivers/misc/phantom.c
@@ -280,6 +280,7 @@ static const struct file_operations phantom_file_ops = {
.unlocked_ioctl = phantom_ioctl,
.compat_ioctl = phantom_compat_ioctl,
.poll = phantom_poll,
+ .llseek = no_llseek,
};
static irqreturn_t phantom_isr(int irq, void *data)