summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 21:15:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-26 12:25:06 -0700
commit0e6c62da7cd929b0389fc4a7e41464bb738647dc (patch)
treecbd5814050756d66f880baa8559fc3867cc37c2a /include
parent0936f26f55918af595b108208e64c37a0a481722 (diff)
downloadlinux-stable-0e6c62da7cd929b0389fc4a7e41464bb738647dc.tar.gz
linux-stable-0e6c62da7cd929b0389fc4a7e41464bb738647dc.tar.bz2
linux-stable-0e6c62da7cd929b0389fc4a7e41464bb738647dc.zip
[PATCH] devfs: Remove devfs_*_tape() functions from the kernel tree
Removes the devfs_register_tape() and devfs_unregister_tape() functions and all callers of them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/devfs_fs_kernel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h
index 3dd430e016b0..d1dd876bc1a2 100644
--- a/include/linux/devfs_fs_kernel.h
+++ b/include/linux/devfs_fs_kernel.h
@@ -25,11 +25,4 @@ static inline int devfs_mk_dir(const char *fmt, ...)
static inline void devfs_remove(const char *fmt, ...)
{
}
-static inline int devfs_register_tape(const char *name)
-{
- return -1;
-}
-static inline void devfs_unregister_tape(int num)
-{
-}
#endif /* _LINUX_DEVFS_FS_KERNEL_H */