Re: [PATCH] NCR53c406a.c warning

From: James Bottomley
Date: Fri Sep 12 2003 - 08:43:02 EST


On Thu, 2003-09-11 at 02:37, Geert Uytterhoeven wrote:
> NCR53c406a: Apparently wait_intr() is unused, so remove it.

It is currently unused. However, the reason is that we removed the scsi
command method that allows polled operation in a driver (this routine is
actually polling the interrupt port on the chip).

I'd like to wait a while to see if anyone still needs this mode when 2.6
gets a wider test audience. If you wish, you can surround the routine
with #if 0 and a comment saying we can junk it later if it really is
unnecessary.

Thanks,

James


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/