public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.5.21] compilation fix
@ 2002-06-09 14:55 Thomas 'Dent' Mirlacher
  2002-06-09 15:07 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas 'Dent' Mirlacher @ 2002-06-09 14:55 UTC (permalink / raw)
  To: Linux-Kernel ML

seems the include file cleanup was a little bit over-optimized :)

this simple patch should fix the problem:

diff -Nru a/include/linux/bio.h b/include/linux/bio.h
--- a/include/linux/bio.h       Sun Jun  9 21:54:07 2002
+++ b/include/linux/bio.h       Sun Jun  9 21:54:07 2002
@@ -23,6 +23,7 @@
 #include <linux/kdev_t.h>
 /* Platforms may set this to teach the BIO layer about IOMMU hardware. */
 #include <asm/io.h>
+#include <asm/atomic.h>
 #ifndef BIO_VMERGE_BOUNDARY
 #define BIO_VMERGE_BOUNDARY    0
 #endif
diff -Nru a/kernel/fork.c b/kernel/fork.c
--- a/kernel/fork.c     Sun Jun  9 21:54:07 2002
+++ b/kernel/fork.c     Sun Jun  9 21:54:07 2002
@@ -19,6 +19,7 @@
 #include <linux/module.h>
 #include <linux/vmalloc.h>
 #include <linux/completion.h>
+#include <linux/sched.h>
 #include <linux/namespace.h>
 #include <linux/personality.h>
 #include <linux/file.h>


	tm
-- 
in some way i do, and in some way i don't.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-09 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-09 14:55 [PATCH][2.5.21] compilation fix Thomas 'Dent' Mirlacher
2002-06-09 15:07 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox