diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index cb3a9001f3b9..18cfbf76ec5b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1624,7 +1624,6 @@ extern int register_chrdev(unsigned int, const char *, | |||
1624 | const struct file_operations *); | 1624 | const struct file_operations *); |
1625 | extern void unregister_chrdev(unsigned int, const char *); | 1625 | extern void unregister_chrdev(unsigned int, const char *); |
1626 | extern void unregister_chrdev_region(dev_t, unsigned); | 1626 | extern void unregister_chrdev_region(dev_t, unsigned); |
1627 | extern int chrdev_open(struct inode *, struct file *); | ||
1628 | extern void chrdev_show(struct seq_file *,off_t); | 1627 | extern void chrdev_show(struct seq_file *,off_t); |
1629 | 1628 | ||
1630 | /* fs/block_dev.c */ | 1629 | /* fs/block_dev.c */ |