mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] remove compiler.h from mmap.c
@ 2002-04-11 17:37 Rik van Riel
  2002-04-11 17:51 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Rik van Riel @ 2002-04-11 17:37 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel


compiler.h is included via other include files now and its
#include has been removed from most C files, this patch
finishes the job for mm/*

Rik
-- 
Will hack the VM for food.

http://www.surriel.com/		http://distro.conectiva.com/


diff -Nru a/mm/mmap.c b/mm/mmap.c
--- a/mm/mmap.c Thu Apr 11 14:21:58 2002
+++ b/mm/mmap.c Thu Apr 11 14:21:58 2002
@@ -14,7 +14,6 @@
 #include <linux/file.h>
 #include <linux/fs.h>
 #include <linux/personality.h>
-#include <linux/compiler.h>

 #include <asm/uaccess.h>
 #include <asm/pgalloc.h>



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

end of thread, other threads:[~2002-04-12  4:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-11 17:37 [PATCH] remove compiler.h from mmap.c Rik van Riel
2002-04-11 17:51 ` Tom Rini
2002-04-11 17:58   ` Rik van Riel
2002-04-12  4:52     ` Paul Mackerras

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

all inboxes | Powered by JetHome®