2.3.37 compiling breaks with pcmcia-3.1.8

Thomas Speck (Thomas.Speck@univ-rennes1.fr)
Fri, 7 Jan 2000 10:33:22 +0000 (GMT)


This happens when I try to compile pcmcia-3.1.8 (gcc version 2.7.2.3):

cc -MD -O3 -Wall -Wstrict-prototypes -pipe -D__KERNEL__ -DMODULE
-I../include -I/home/speck/experimental/linux/include -c i82365.c
i82365.c: In function `set_bridge_opts':
i82365.c:1249: incompatible types in assignment
i82365.c:1249: structure has no member named `next'
i82365.c:1248: warning: `p' might be used uninitialized in this function
i82365.c: In function `add_cb_bridge':
i82365.c:1768: incompatible types in assignment
i82365.c:1768: structure has no member named `next'
i82365.c:1781: structure has no member named `next'
i82365.c:1783: incompatible types in assignment
i82365.c:1767: warning: `child' might be used uninitialized in this
function
i82365.c:1772: warning: `s' might be used uninitialized in this function
i82365.c:1772: warning: `s' might be used uninitialized in this function
i82365.c:1772: warning: `s' might be used uninitialized in this function
i82365.c:1772: warning: `s' might be used uninitialized in this function
make[1]: *** [i82365.o] Error 1
make[1]: Leaving directory
`/newhome/speck/experimental/pcmcia-cs-3.1.8/modules'
make: *** [all] Error 2

In 2.3.36 compiling is fine.
It looks to me that pcmcia-3.1.8 is not aware of recent changes in pci.h

--
Thomas

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