[PATCH] 2.5.43 : drivers/block/xd.c

Frank Davis (fdavis@si.rr.com)
Fri, 18 Oct 2002 20:58:38 -0400 (EDT)


Hello all,
The following fixes a 'used but not declared' compile error. Please review
for inclusion.

Regards,
Frank

--- linux/drivers/block/xd.c.old Fri Oct 18 20:51:44 2002
+++ linux/drivers/block/xd.c Fri Oct 18 20:54:02 2002
@@ -150,6 +150,7 @@
static int __init xd_init(void)
{
u_char i,controller;
+ u_char count = 0;
unsigned int address;
int err;


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