mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 21:56:09 -04:00
[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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user