lkml.org 
[lkml]   [2003]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fix devfs_register_tape stub
this fixes a harmless but annoying warning when compiling one of the
tape drivers without devfs.


--- 1.43/include/linux/devfs_fs_kernel.h Sun Apr 20 19:53:06 2003
+++ edited/include/linux/devfs_fs_kernel.h Fri Apr 25 15:21:07 2003
@@ -62,7 +70,7 @@
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;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.021 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site