From: James S. <jsi...@us...> - 2001-10-27 20:40:15
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv27791 Modified Files: pci-dma.c Log Message: We need this to support exporting these functions to modules. Index: pci-dma.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/pci-dma.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- pci-dma.c 2001/10/27 17:28:54 1.4 +++ pci-dma.c 2001/10/27 20:40:12 1.5 @@ -8,6 +8,7 @@ * 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> |