aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/devfs_fs_kernel.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-21 00:15:16 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-26 15:25:07 -0400
commit7c69ef79741910883d5543caafa06aca3ebadbd1 (patch)
tree655d3f60abee0195d0aadb2c86ab04ccca89a307 /include/linux/devfs_fs_kernel.h
parent1a715c5cf917326a285533d1116d725f5f2593c2 (diff)
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Removes the devfs_mk_cdev() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
-rw-r--r--include/linux/devfs_fs_kernel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h
index 6d9f003dbce5..c7d05dbc2af7 100644
--- a/include/linux/devfs_fs_kernel.h
+++ b/include/linux/devfs_fs_kernel.h
@@ -6,10 +6,6 @@
6#include <linux/types.h> 6#include <linux/types.h>
7#include <asm/semaphore.h> 7#include <asm/semaphore.h>
8 8
9static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...)
10{
11 return 0;
12}
13static inline void devfs_remove(const char *fmt, ...) 9static inline void devfs_remove(const char *fmt, ...)
14{ 10{
15} 11}