[PATCH] 2.4.20rc1 compile fix for t128.c

Andreas Steinmetz (ast@domdv.de)
Mon, 04 Nov 2002 14:37:20 +0100


This is a multi-part message in MIME format.
--------------070508090505080007010908
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

The attached patch fixes a section type conflict error.

-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

--------------070508090505080007010908 Content-Type: text/plain; name="t128.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="t128.c.diff"

--- ./drivers/scsi/t128.c.orig 2002-11-04 14:21:30.000000000 +0100 +++ ./drivers/scsi/t128.c 2002-11-04 14:21:47.000000000 +0100 @@ -145,7 +145,7 @@ static const struct signature { const char *string; int offset; -} signatures[] __initdata = { +} signatures[] = { {"TSROM: SCSI BIOS, Version 1.12", 0x36}, };

--------------070508090505080007010908--

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