Removes the devfs_mk_cdev() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
13 lines
271 B
C
13 lines
271 B
C
#ifndef _LINUX_DEVFS_FS_KERNEL_H
|
|
#define _LINUX_DEVFS_FS_KERNEL_H
|
|
|
|
#include <linux/fs.h>
|
|
#include <linux/spinlock.h>
|
|
#include <linux/types.h>
|
|
#include <asm/semaphore.h>
|
|
|
|
static inline void devfs_remove(const char *fmt, ...)
|
|
{
|
|
}
|
|
#endif /* _LINUX_DEVFS_FS_KERNEL_H */
|