linux 2.4.7: DAC960.c no longer builds

Jan Just Keijser (janjust@cisco.com)
Mon, 23 Jul 2001 15:33:49 +0200


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

JJK / Jan Just Keijser
Cisco Systems Inc

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