diff options
Diffstat (limited to 'drivers/char/apm-emulation.c')
-rw-r--r-- | drivers/char/apm-emulation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/apm-emulation.c b/drivers/char/apm-emulation.c index 6a420baea268..3022801669b1 100644 --- a/drivers/char/apm-emulation.c +++ b/drivers/char/apm-emulation.c | |||
@@ -403,6 +403,7 @@ static const struct file_operations apm_bios_fops = { | |||
403 | .unlocked_ioctl = apm_ioctl, | 403 | .unlocked_ioctl = apm_ioctl, |
404 | .open = apm_open, | 404 | .open = apm_open, |
405 | .release = apm_release, | 405 | .release = apm_release, |
406 | .llseek = noop_llseek, | ||
406 | }; | 407 | }; |
407 | 408 | ||
408 | static struct miscdevice apm_device = { | 409 | static struct miscdevice apm_device = { |