mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 03:15:18 -04:00
[PATCH] devfs: Remove devfs from the init code
This patch removes the devfs code from the init/ directory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -32,8 +32,4 @@ static inline int devfs_register_tape(const char *name)
|
||||
static inline void devfs_unregister_tape(int num)
|
||||
{
|
||||
}
|
||||
static inline void mount_devfs_fs(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif /* _LINUX_DEVFS_FS_KERNEL_H */
|
||||
|
||||
Reference in New Issue
Block a user