`access_pci' undeclared

Tuomo Pyhala (tuomo@lesti.kpnet.fi)
Tue, 24 Dec 1996 00:54:50 +0200 (EET)


When compiling 2.1.17 without PCI support, i get lots of these errors,
all seem to be in bios32.c.

make[1]: Entering directory `/usr/src/linux/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o
bios32.o bios32.c
bios32.c: In function `check_direct_pci':
bios32.c:637: `pci_direct_conf1' undeclared (first use this function)
bios32.c:637: (Each undeclared identifier is reported only once
bios32.c:637: for each function it appears in.)
bios32.c:649: `pci_direct_conf2' undeclared (first use this function)
bios32.c: In function `pcibios_present':
bios32.c:663: `access_pci' undeclared (first use this function)
bios32.c:664: warning: control reaches end of non-void function
bios32.c: In function `pcibios_find_class':
bios32.c:669: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_find_device':
bios32.c:678: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_read_config_byte':
bios32.c:687: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_read_config_word':
bios32.c:696: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_read_config_dword':
bios32.c:705: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_write_config_byte':
bios32.c:714: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_write_config_word':
bios32.c:723: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_write_config_dword':
bios32.c:732: `access_pci' undeclared (first use this function)
bios32.c: In function `pcibios_init':
bios32.c:812: `access_pci' undeclared (first use this function)
bios32.c:817: `pci_bios_access' undeclared (first use this function)
make[1]: *** [bios32.o] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/i386/kernel'
make: *** [linuxsubdirs] Error 2