From 5a28d7eaab779aecfca327a2e7c609ba46a1beb7 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 28 Apr 2003 18:56:33 -0700 Subject: [PATCH] fix devfs_register_tape stub this fixes a harmless but annoying warning when compiling one of the tape drivers without devfs. --- include/linux/devfs_fs_kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/devfs_fs_kernel.h') 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; } -- cgit v1.2.3