diff options
Diffstat (limited to 'arch/um/drivers/harddog_kern.c')
-rw-r--r-- | arch/um/drivers/harddog_kern.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/drivers/harddog_kern.c b/arch/um/drivers/harddog_kern.c index 86036276020..2d0266d0254 100644 --- a/arch/um/drivers/harddog_kern.c +++ b/arch/um/drivers/harddog_kern.c | |||
@@ -167,6 +167,7 @@ static const struct file_operations harddog_fops = { | |||
167 | .unlocked_ioctl = harddog_ioctl, | 167 | .unlocked_ioctl = harddog_ioctl, |
168 | .open = harddog_open, | 168 | .open = harddog_open, |
169 | .release = harddog_release, | 169 | .release = harddog_release, |
170 | .llseek = no_llseek, | ||
170 | }; | 171 | }; |
171 | 172 | ||
172 | static struct miscdevice harddog_miscdev = { | 173 | static struct miscdevice harddog_miscdev = { |