Commit 5a28d7ea authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] fix devfs_register_tape stub

this fixes a harmless but annoying warning when compiling one of the
tape drivers without devfs.
parent 43c09963
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment