Re: linux 2.4.7: DAC960.c no longer builds

Jens Axboe (axboe@suse.de)
Mon, 23 Jul 2001 16:53:47 +0200


On Mon, Jul 23 2001, Jan Just Keijser wrote:
> Hi all,
>
> just grabbed the linux 2.4.7 sources and started compiling; it barfs on
> the DAC960.c module (which I need, actually):
>
> gcc -D__KERNEL__ -I/local/janjust/src/linux-2.4.7/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2
> -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -march=i686
> -DMODULE -DMODVERSIONS -include
> /local/janjust/src/linux-2.4.7/include/linux/modversions.h
> -DEXPORT_SYMTAB -c DAC960.c
> DAC960.c: In function `DAC960_ProcessRequest':
> DAC960.c:2771: structure has no member named `sem'
> make[2]: *** [DAC960.o] Error 1
>
>
> This member has indeed been removed from
> $TOPDIR/include/linux/blkdev.h...

See archive, I posted a patch to fix this.

-- 
Jens Axboe

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