From: Paul M. <le...@us...> - 2001-11-06 09:10:28
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv23524/include/asm-mips Modified Files: pci.h Log Message: Sync with OSS 2.4.14. Index: pci.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/pci.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- pci.h 2001/11/06 02:57:38 1.5 +++ pci.h 2001/11/06 09:10:22 1.6 @@ -8,6 +8,7 @@ #include <linux/config.h> #include <linux/types.h> +#include <asm/io.h> /* for virt_to_bus() */ #ifdef __KERNEL__ |