diff options
Diffstat (limited to 'drivers/char/dtlk.c')
| -rw-r--r-- | drivers/char/dtlk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/dtlk.c b/drivers/char/dtlk.c index 8dd040a945d4..85156dd0caee 100644 --- a/drivers/char/dtlk.c +++ b/drivers/char/dtlk.c | |||
| @@ -106,6 +106,7 @@ static const struct file_operations dtlk_fops = | |||
| 106 | .unlocked_ioctl = dtlk_ioctl, | 106 | .unlocked_ioctl = dtlk_ioctl, |
| 107 | .open = dtlk_open, | 107 | .open = dtlk_open, |
| 108 | .release = dtlk_release, | 108 | .release = dtlk_release, |
| 109 | .llseek = no_llseek, | ||
| 109 | }; | 110 | }; |
| 110 | 111 | ||
| 111 | /* local prototypes */ | 112 | /* local prototypes */ |
