mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
[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>
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
#include <linux/types.h>
|
||||
#include <asm/semaphore.h>
|
||||
|
||||
static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
static inline void devfs_remove(const char *fmt, ...)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user