diff options
| author | Christoph Hellwig <hch@lst.de> | 2003-04-28 18:56:33 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-28 18:56:33 -0700 |
| commit | 5a28d7eaab779aecfca327a2e7c609ba46a1beb7 (patch) | |
| tree | e7bfd1f79774f8ef721c1696953e19a9192e5744 /include/linux | |
| parent | 43c09963e90a62c8e43f0af91053b16d56f47ae1 (diff) | |
[PATCH] fix devfs_register_tape stub
this fixes a harmless but annoying warning when compiling one of the
tape drivers without devfs.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/devfs_fs_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index c0bc8f221053..8ee76799308c 100644 --- a/include/linux/devfs_fs_kernel.h +++ b/include/linux/devfs_fs_kernel.h @@ -62,7 +62,7 @@ static inline int devfs_mk_dir(const char *fmt, ...) static inline void devfs_remove(const char *fmt, ...) { } -static inline int devfs_register_tape (devfs_handle_t de) +static inline int devfs_register_tape (const char *name) { return -1; } |
