[PATCH] remove compiler.h from mmap.c

From: Rik van Riel (riel@conectiva.com.br)
Date: Thu Apr 11 2002 - 12:37:23 EST


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>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Apr 15 2002 - 22:00:19 EST