[PATCH] 2.4.20rc1 compile fix for in2000.c

From: Andreas Steinmetz (ast@domdv.de)
Date: Mon Nov 04 2002 - 08:37:13 EST


The attached patch fixes some section type conflict errors.

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

--- ./drivers/scsi/in2000.c.orig 2002-11-04 14:15:38.000000000 +0100 +++ ./drivers/scsi/in2000.c 2002-11-04 14:18:58.000000000 +0100 @@ -1909,21 +1909,21 @@ * special macros declared in 'asm/io.h'. We use readb() and readl() * when reading from the card's BIOS area in in2000_detect(). */ -static u32 bios_tab[] in2000__INITDATA = { +static u32 bios_tab[] = { 0xc8000, 0xd0000, 0xd8000, 0 }; -static const unsigned short base_tab[] in2000__INITDATA = { +static const unsigned short base_tab[] = { 0x220, 0x200, 0x110, 0x100, }; -static const int int_tab[] in2000__INITDATA = { +static const int int_tab[] = { 15, 14, 11,

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



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:32 EST