From: Paul M. <le...@us...> - 2001-10-27 17:28:56
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv20204/arch/mips/kernel Modified Files: pci-dma.c Log Message: Sync with OSS (except for sysmips, which is waiting to be tested first). Index: pci-dma.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/pci-dma.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- pci-dma.c 2001/10/26 20:00:15 1.3 +++ pci-dma.c 2001/10/27 17:28:54 1.4 @@ -8,7 +8,6 @@ * swiped from i386, and cloned for MIPS by Geert, polished by Ralf. */ #include <linux/config.h> -#include <linux/module.h> #include <linux/types.h> #include <linux/mm.h> #include <linux/string.h> |