aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
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:06 -0400
commit1a715c5cf917326a285533d1116d725f5f2593c2 (patch)
tree23833b5463940023bd4074a3a465c245adaff9fa /include/linux
parent79021a625c36162d24c852bbbdb04f0c1cb32db3 (diff)
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Removes the devfs_mk_bdev() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-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 da336a3c6c7b..6d9f003dbce5 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_bdev(dev_t dev, umode_t mode, const char *fmt, ...)
10{
11 return 0;
12}
13static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...) 9static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...)
14{ 10{
15 return 0; 11 return 0;