[2601] in linux-net channel archive
Problems compiling 3c5x9 setup program
daemon@ATHENA.MIT.EDU (lilo)
Fri Apr 19 11:09:51 1996
From: lilo <TaRDiS@mail.utexas.edu>
Date: Fri, 19 Apr 1996 09:30:30 -0500 (CDT)
To: Linux Net Mailing List <linux-net@vger.rutgers.edu>
I get the following errors when attempting to compile the 3c59x.c setup
program under 1.3.91. I've poked around and haven't been able to resolve
the problem myself, and would really appreciate any assistance anyone can
offer....
Thanks in advance for your help! :)
--lilo
3c59x.c: In function `vortex_found_device':
3c59x.c:491: `GFP_KERNEL' undeclared (first use this function)
3c59x.c:491: (Each undeclared identifier is reported only once
3c59x.c:491: for each function it appears in.)
3c59x.c:494: warning: assignment makes pointer from integer without a cast
3c59x.c: In function `vortex_open':
3c59x.c:614: `jiffies' undeclared (first use this function)
3c59x.c: In function `vortex_timer':
3c59x.c:773: `jiffies' undeclared (first use this function)
3c59x.c: In function `vortex_start_xmit':
3c59x.c:819: `jiffies' undeclared (first use this function)
3c59x.c: In function `vortex_rx':
3c59x.c:1074: warning: assignment makes pointer from integer without a cast
3c59x.c:1084: warning: passing arg 2 of `insl' makes pointer from integer without a cast