diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/devfs_fs_kernel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index d1dd876bc1a2..ef8766e172ef 100644 --- a/include/linux/devfs_fs_kernel.h +++ b/include/linux/devfs_fs_kernel.h | |||
@@ -18,10 +18,6 @@ static inline int devfs_mk_symlink(const char *name, const char *link) | |||
18 | { | 18 | { |
19 | return 0; | 19 | return 0; |
20 | } | 20 | } |
21 | static inline int devfs_mk_dir(const char *fmt, ...) | ||
22 | { | ||
23 | return 0; | ||
24 | } | ||
25 | static inline void devfs_remove(const char *fmt, ...) | 21 | static inline void devfs_remove(const char *fmt, ...) |
26 | { | 22 | { |
27 | } | 23 | } |