diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9562a59b3703..75dd16efc9b6 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1463,7 +1463,7 @@ extern int alloc_chrdev_region(dev_t *, unsigned, unsigned, const char *); | |||
1463 | extern int register_chrdev_region(dev_t, unsigned, const char *); | 1463 | extern int register_chrdev_region(dev_t, unsigned, const char *); |
1464 | extern int register_chrdev(unsigned int, const char *, | 1464 | extern int register_chrdev(unsigned int, const char *, |
1465 | const struct file_operations *); | 1465 | const struct file_operations *); |
1466 | extern int unregister_chrdev(unsigned int, const char *); | 1466 | extern void unregister_chrdev(unsigned int, const char *); |
1467 | extern void unregister_chrdev_region(dev_t, unsigned); | 1467 | extern void unregister_chrdev_region(dev_t, unsigned); |
1468 | extern int chrdev_open(struct inode *, struct file *); | 1468 | extern int chrdev_open(struct inode *, struct file *); |
1469 | extern void chrdev_show(struct seq_file *,off_t); | 1469 | extern void chrdev_show(struct seq_file *,off_t); |