Commit 239ff74b authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] unexport devfs_mk_symlink

Only legit user is the partitioning code, in addition some uml code is
still using despite the uml people beeing told to fix it at least two
times.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b2963232
......@@ -1802,7 +1802,6 @@ static int __init devfs_setup(char *str)
__setup("devfs=", devfs_setup);
EXPORT_SYMBOL(devfs_mk_symlink);
EXPORT_SYMBOL(devfs_mk_dir);
EXPORT_SYMBOL(devfs_remove);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment