linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19
@ 2006-11-30 20:24 Jason Lunz
  2006-12-07 12:42 ` Blaisorblade
  2007-01-03 16:20 ` Blaisorblade
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Lunz @ 2006-11-30 20:24 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel


linux/config.h is now included automatically. #including it by hand is a
build error in 2.6.19; this removes the three instances in the latest
skas3-2.6 patch.

Jason

---
 include/linux/proc_mm.h |    1 -
 mm/proc_mm-mod.c        |    1 -
 mm/proc_mm.c            |    1 -
 3 files changed, 3 deletions(-)

Index: linux-2.6.19/include/linux/proc_mm.h
===================================================================
--- linux-2.6.19.orig/include/linux/proc_mm.h
+++ linux-2.6.19/include/linux/proc_mm.h
@@ -6,7 +6,6 @@
 #ifndef __PROC_MM_H
 #define __PROC_MM_H
 
-#include <linux/config.h>
 #include <linux/sched.h>
 #include <linux/compiler.h>
 
Index: linux-2.6.19/mm/proc_mm-mod.c
===================================================================
--- linux-2.6.19.orig/mm/proc_mm-mod.c
+++ linux-2.6.19/mm/proc_mm-mod.c
@@ -1,4 +1,3 @@
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/proc_mm.h>
 #include <linux/ptrace.h>
Index: linux-2.6.19/mm/proc_mm.c
===================================================================
--- linux-2.6.19.orig/mm/proc_mm.c
+++ linux-2.6.19/mm/proc_mm.c
@@ -3,7 +3,6 @@
  * Licensed under the GPL
  */
 
-#include <linux/config.h>
 #include <linux/compiler.h>
 #include <linux/mm.h>
 #include <linux/init.h>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2007-01-03 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30 20:24 [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19 Jason Lunz
2006-12-07 12:42 ` Blaisorblade
2007-01-03 16:20 ` Blaisorblade

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