diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-21 00:15:16 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-26 15:25:07 -0400 |
| commit | 7c69ef79741910883d5543caafa06aca3ebadbd1 (patch) | |
| tree | 655d3f60abee0195d0aadb2c86ab04ccca89a307 /include/linux/devfs_fs_kernel.h | |
| parent | 1a715c5cf917326a285533d1116d725f5f2593c2 (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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index 6d9f003dbc..c7d05dbc2a 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 | ||
| 9 | static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...) | ||
| 10 | { | ||
| 11 | return 0; | ||
| 12 | } | ||
| 13 | static inline void devfs_remove(const char *fmt, ...) | 9 | static inline void devfs_remove(const char *fmt, ...) |
| 14 | { | 10 | { |
| 15 | } | 11 | } |
