[klibc 10/43] Remove prototype for name_to_dev_t()

From: H. Peter Anvin
Date: Sun Jun 25 2006 - 21:12:04 EST


Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>
(cherry picked from adcfc2bd22397db1dda1bd2b8a7bcb0f0b7300e7 commit)

---
commit 869206cac1cb04d54582dc4383248ee9721073e8
tree 6ff1c26fecb794b44b6df91cdb113856ab454666
parent a36102c485caf951294301425ee8e87aa6ab4d92
author H. Peter Anvin <hpa@xxxxxxxxx> Thu, 30 Mar 2006 12:03:47 -0800
committer H. Peter Anvin <hpa@xxxxxxxxx> Sun, 18 Jun 2006 18:47:13 -0700

include/linux/mount.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/mount.h b/include/linux/mount.h
index b7472ae..1af8a41 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -81,7 +81,6 @@ extern int do_add_mount(struct vfsmount
extern void mark_mounts_for_expiry(struct list_head *mounts);

extern spinlock_t vfsmount_lock;
-extern dev_t name_to_dev_t(char *name);

#endif
#endif /* _LINUX_MOUNT_H */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/