Hello all,
This patch removes an unused function variable..
Regards,
Frank
--- drivers/block/paride/pd.c.old Sat May 4 12:23:09 2002
int pd_init (void)
-{ int i;
+{
request_queue_t * q;
if (disable) return -1;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/