Very minor compile glitch in 2.0.31-p7

todd roy (tmr@holstein.com)
Mon, 18 Aug 1997 10:53:34 -0400


Hi all,

I've discovered a minor compile glitch in 2.0.30-pre7:

PCI_DEVICE_ID_NETVIN_NV5000SC is undeclared in drivers/net/ne.c
(looks like its missing from include/linux/pci.h).

commenting out the offending line (79) appears to work.
(At least it got past ne.c and is continuing the compile).
If I knew the proper values, I'd just add the constants.

-- todd --