diff options
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
-rw-r--r-- | include/linux/devfs_fs_kernel.h | 7 |
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, ...) | |||
25 | static inline void devfs_remove(const char *fmt, ...) | 25 | static inline void devfs_remove(const char *fmt, ...) |
26 | { | 26 | { |
27 | } | 27 | } |
28 | static inline int devfs_register_tape(const char *name) | ||
29 | { | ||
30 | return -1; | ||
31 | } | ||
32 | static inline void devfs_unregister_tape(int num) | ||
33 | { | ||
34 | } | ||
35 | #endif /* _LINUX_DEVFS_FS_KERNEL_H */ | 28 | #endif /* _LINUX_DEVFS_FS_KERNEL_H */ |