Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 6 Jun 2002 17:21:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 6 Jun 2002 17:21:46 -0400 Received: from cpe-24-221-152-185.az.sprintbbd.net ([24.221.152.185]:7858 "EHLO opus.bloom.county") by vger.kernel.org with ESMTP id ; Thu, 6 Jun 2002 17:21:44 -0400 Date: Thu, 6 Jun 2002 14:21:21 -0700 From: Tom Rini To: Linus Torvalds Cc: Kernel Mailing List Subject: [PATCH] Include directly instead of via Message-ID: <20020606212121.GI14252@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 Change to including directly when possible. These files used to just get at , so include it directly. This is part of what's needed to remove it from . -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ===== include/linux/pagemap.h 1.20 vs edited ===== --- 1.20/include/linux/pagemap.h Mon May 6 09:21:54 2002 +++ edited/include/linux/pagemap.h Thu Jun 6 14:05:07 2002 @@ -4,7 +4,7 @@ /* * Copyright 1995 Linus Torvalds */ -#include +#include #include #include #include ===== kernel/futex.c 1.6 vs edited ===== --- 1.6/kernel/futex.c Thu Jun 6 10:13:05 2002 +++ edited/kernel/futex.c Thu Jun 6 14:05:07 2002 @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include ===== kernel/ptrace.c 1.11 vs edited ===== --- 1.11/kernel/ptrace.c Sat Mar 23 15:57:49 2002 +++ edited/kernel/ptrace.c Thu Jun 6 14:05:07 2002 @@ -9,7 +9,7 @@ #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/