[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:
parent
0936f26f55
commit
0e6c62da7c
2 changed files with 0 additions and 10 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue