summaryrefslogtreecommitdiff
path: root/include/linux/devfs_fs_kernel.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:22 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:22 -0800
commit6533333c8946e70120cc9d7fcad01e0f748d7863 (patch)
treeb69ced37feabbf870ca1080fc31a9c78a4803435 /include/linux/devfs_fs_kernel.h
parent0925bad356699684440720f2a908030f98bc3284 (diff)
v2.5.1.1 -> v2.5.1.2
- Al Viro: task-private namespaces, more cleanups
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
-rw-r--r--include/linux/devfs_fs_kernel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h
index 0a241a076158..6037bf9e91a4 100644
--- a/include/linux/devfs_fs_kernel.h
+++ b/include/linux/devfs_fs_kernel.h
@@ -112,7 +112,6 @@ extern void devfs_dealloc_unique_number (struct unique_numspace *space,
int number);
extern void mount_devfs_fs (void);
-extern void devfs_make_root (const char *name);
#else /* CONFIG_DEVFS_FS */
@@ -291,10 +290,6 @@ static inline void mount_devfs_fs (void)
{
return;
}
-static inline void devfs_make_root (const char *name)
-{
- return;
-}
#endif /* CONFIG_DEVFS_FS */
#endif /* _LINUX_DEVFS_FS_KERNEL_H */