public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.18 ide-scsi compile fix
@ 2002-05-25 12:48 Gert Vervoort
  2002-05-25 13:08 ` Sebastian Droege
  2002-05-25 15:17 ` Gert Vervoort
  0 siblings, 2 replies; 7+ messages in thread
From: Gert Vervoort @ 2002-05-25 12:48 UTC (permalink / raw)
  To: linux-kernel

--- ide-scsi.c.1	Sat May 25 14:21:28 2002
+++ ide-scsi.c	Sat May 25 14:21:37 2002
@@ -804,7 +804,7 @@
 };
 
 
-static int __init idescsi_init(void)
+int __init idescsi_init(void)
 {
 	int ret;
 	ret = ata_driver_module(&idescsi_driver);

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-05-27  9:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-25 12:48 [PATCH] 2.5.18 ide-scsi compile fix Gert Vervoort
2002-05-25 13:08 ` Sebastian Droege
2002-05-25 15:22   ` Gert Vervoort
2002-05-25 15:17 ` Gert Vervoort
2002-05-26 11:50   ` Sebastian Droege
2002-05-26 22:32     ` Skip Ford
2002-05-27  8:07       ` Martin Dalecki

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