Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 11 Apr 2002 13:37:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 11 Apr 2002 13:37:48 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:2574 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Thu, 11 Apr 2002 13:37:46 -0400 Date: Thu, 11 Apr 2002 14:37:23 -0300 (BRT) From: Rik van Riel X-X-Sender: riel@duckman.distro.conectiva To: Marcelo Tosatti Cc: linux-kernel@vger.kernel.org Subject: [PATCH] remove compiler.h from mmap.c Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 #include #include -#include #include #include - 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/