[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:
Greg Kroah-Hartman
2005-06-20 21:15:16 -07:00
parent a29641883f
commit bdaf852938
8 changed files with 10 additions and 172 deletions

View File

@@ -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 */