diff options
Diffstat (limited to 'fs/char_dev.c')
-rw-r--r-- | fs/char_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/char_dev.c b/fs/char_dev.c index 143d393881c..e5b9df993b9 100644 --- a/fs/char_dev.c +++ b/fs/char_dev.c | |||
@@ -456,6 +456,7 @@ static void cdev_purge(struct cdev *cdev) | |||
456 | */ | 456 | */ |
457 | const struct file_operations def_chr_fops = { | 457 | const struct file_operations def_chr_fops = { |
458 | .open = chrdev_open, | 458 | .open = chrdev_open, |
459 | .llseek = noop_llseek, | ||
459 | }; | 460 | }; |
460 | 461 | ||
461 | static struct kobject *exact_match(dev_t dev, int *part, void *data) | 462 | static struct kobject *exact_match(dev_t dev, int *part, void *data) |