aboutsummaryrefslogtreecommitdiffstats
path: root/fs/char_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/char_dev.c')
-rw-r--r--fs/char_dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/char_dev.c b/fs/char_dev.c
index f80a4f25123c..e4a3318b812a 100644
--- a/fs/char_dev.c
+++ b/fs/char_dev.c
@@ -454,6 +454,7 @@ static void cdev_purge(struct cdev *cdev)
454 */ 454 */
455const struct file_operations def_chr_fops = { 455const struct file_operations def_chr_fops = {
456 .open = chrdev_open, 456 .open = chrdev_open,
457 .llseek = noop_llseek,
457}; 458};
458 459
459static struct kobject *exact_match(dev_t dev, int *part, void *data) 460static struct kobject *exact_match(dev_t dev, int *part, void *data)