Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 6 Jun 2002 17:24:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 6 Jun 2002 17:24:39 -0400 Received: from cpe-24-221-152-185.az.sprintbbd.net ([24.221.152.185]:22962 "EHLO opus.bloom.county") by vger.kernel.org with ESMTP id ; Thu, 6 Jun 2002 17:24:30 -0400 Date: Thu, 6 Jun 2002 14:24:18 -0700 From: Tom Rini To: Linus Torvalds Cc: Kernel Mailing List Subject: [PATCH] Remove numerous includes from Message-ID: <20020606212418.GJ14252@opus.bloom.county> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Remove 4 #includes from and fix up implicit includes. This remove linux/gfp.h, linux/string.h, linux/mmzone.h and linux/rbtree.h from and fixes the callers which relied on to provide This relies on all of the previously sent patches to work. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ===== fs/isofs/namei.c 1.9 vs edited ===== --- 1.9/fs/isofs/namei.c Thu May 23 06:18:50 2002 +++ edited/fs/isofs/namei.c Thu Jun 6 12:33:14 2002 @@ -13,6 +13,7 @@ #include #include #include +#include #include #include /* Joliet? */ #include ===== include/asm-i386/pgalloc.h 1.16 vs edited ===== --- 1.16/include/asm-i386/pgalloc.h Thu Jun 6 11:35:04 2002 +++ edited/include/asm-i386/pgalloc.h Thu Jun 6 12:15:09 2002 @@ -6,6 +6,7 @@ #include #include #include /* for struct page */ +#include #define pmd_populate_kernel(mm, pmd, pte) \ set_pmd(pmd, __pmd(_PAGE_TABLE + __pa(pte))) ===== include/linux/mm.h 1.55 vs edited ===== --- 1.55/include/linux/mm.h Sat May 25 16:25:47 2002 +++ edited/include/linux/mm.h Thu Jun 6 12:15:09 2002 @@ -7,12 +7,8 @@ #ifdef __KERNEL__ #include -#include -#include #include -#include #include -#include #include extern unsigned long max_mapnr; ===== mm/bootmem.c 1.9 vs edited ===== --- 1.9/mm/bootmem.c Mon Jun 3 08:24:55 2002 +++ edited/mm/bootmem.c Thu Jun 6 12:28:37 2002 @@ -10,6 +10,7 @@ */ #include +#include #include #include #include ===== mm/numa.c 1.5 vs edited ===== --- 1.5/mm/numa.c Sat May 25 16:25:47 2002 +++ edited/mm/numa.c Thu Jun 6 12:28:35 2002 @@ -4,6 +4,7 @@ #include #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/