From: James S. <jsi...@tr...> - 2001-10-27 20:43:17
|
We need module.h to port these functions to modules. Otherwise it will not compile. > 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> > > > _______________________________________________ > Linux-mips-commits mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linux-mips-commits > |