aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
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 *);
1463extern int register_chrdev_region(dev_t, unsigned, const char *); 1463extern int register_chrdev_region(dev_t, unsigned, const char *);
1464extern int register_chrdev(unsigned int, const char *, 1464extern int register_chrdev(unsigned int, const char *,
1465 const struct file_operations *); 1465 const struct file_operations *);
1466extern int unregister_chrdev(unsigned int, const char *); 1466extern void unregister_chrdev(unsigned int, const char *);
1467extern void unregister_chrdev_region(dev_t, unsigned); 1467extern void unregister_chrdev_region(dev_t, unsigned);
1468extern int chrdev_open(struct inode *, struct file *); 1468extern int chrdev_open(struct inode *, struct file *);
1469extern void chrdev_show(struct seq_file *,off_t); 1469extern void chrdev_show(struct seq_file *,off_t);