[PATCH] 2.5.18 ide-scsi compile fix

Gert Vervoort (Gert.Vervoort@wxs.nl)
Sat, 25 May 2002 14:48:21 +0200


--- 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);
-
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/