public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix devfs_register_tape stub
@ 2003-04-29 13:42 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2003-04-29 13:42 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-29 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-29 13:42 [PATCH] fix devfs_register_tape stub Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox