On Sun, Jun 09, 2002 at 09:45:49PM +1000, Brad Hards wrote:

> I can't make 2.5.21 compile yet

I used

--- andries/arch/i386/kernel/Makefile   Sun Jun  9 07:27:44 2002
+++ brouwer/arch/i386/kernel/Makefile   Sun Jun  9 12:25:47 2002
@@ -15,7 +15,7 @@

 obj-y                          += cpu/
 obj-$(CONFIG_MCA)              += mca.o
-obj-$(CONFIG_EISA)             += eisa.o
+# obj-$(CONFIG_EISA)           += eisa.o
 obj-$(CONFIG_MTRR)             += mtrr.o
 obj-$(CONFIG_X86_MSR)          += msr.o
 obj-$(CONFIG_X86_CPUID)                += cpuid.o

and

--- andries/include/linux/bio.h Sun Jun  9 07:31:17 2002
+++ brouwer/include/linux/bio.h Sun Jun  9 12:03:41 2002
@@ -21,6 +21,8 @@
 #define __LINUX_BIO_H

 #include <linux/kdev_t.h>
+#include <asm/atomic.h>
+
 /* Platforms may set this to teach the BIO layer about IOMMU hardware. */
 #include <asm/io.h>
 #ifndef BIO_VMERGE_BOUNDARY

and

--- andries/include/linux/namespace.h   Sun Jun  9 07:30:22 2002
+++ brouwer/include/linux/namespace.h   Sun Jun  9 12:01:16 2002
@@ -2,6 +2,10 @@
 #define _NAMESPACE_H_
 #ifdef __KERNEL__

+#include <linux/rwsem.h>
+#include <linux/dcache.h>
+#include <linux/sched.h>
+
 struct namespace {
        atomic_t                count;
        struct vfsmount *       root;

maybe more I forgot.

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to