[PATCH] fix pcmcia qlogicfas build in 2.5

Brett (brett@bad-sports.com)
Sun, 17 Nov 2002 13:07:22 +1100 (EST)


Hey,

Alan's recent driver update of the qlogicfas scsi card broke the pcmcia
version. This patch fixes it.

thanks,

/ Brett Pemberton

--- drivers/scsi/pcmcia/qlogic_stub.c.old 2002-11-17 14:02:54.000000000 +1100
+++ drivers/scsi/pcmcia/qlogic_stub.c 2002-11-17 14:02:44.000000000 +1100
@@ -50,7 +50,7 @@

#include <../drivers/scsi/qlogicfas.h>

-#define qlogic_reset(h) qlogicfas_reset(h, 0)
+#define qlogic_reset(h) qlogicfas_bus_reset(h)

#include <pcmcia/version.h>
#include <pcmcia/cs_types.h>

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