From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262140AbUJZDji (ORCPT ); Mon, 25 Oct 2004 23:39:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262180AbUJZDja (ORCPT ); Mon, 25 Oct 2004 23:39:30 -0400 Received: from gate.crashing.org ([63.228.1.57]:15832 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S262140AbUJZDgn (ORCPT ); Mon, 25 Oct 2004 23:36:43 -0400 Subject: [PATCH] ppc64: don't include From: Benjamin Herrenschmidt To: Andrew Morton Cc: Linus Torvalds , Linux Kernel list Content-Type: text/plain Date: Tue, 26 Oct 2004 13:33:37 +1000 Message-Id: <1098761617.5154.8.camel@gaston> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi ! This patch fixes a couple of places where the ppc64 iSeries code would #include . The only "system" include I consider acceptable is provided by gcc. Signed-off-by: Benjamin Herrenschmidt Index: linux-work/arch/ppc64/kernel/pacaData.c =================================================================== --- linux-work.orig/arch/ppc64/kernel/pacaData.c 2004-10-17 12:07:06.000000000 +1000 +++ linux-work/arch/ppc64/kernel/pacaData.c 2004-10-26 08:43:35.091369968 +1000 @@ -7,13 +7,12 @@ * 2 of the License, or (at your option) any later version. */ -#include -#include -#include #include +#include #include #include #include +#include #include #include Index: linux-work/arch/ppc64/kernel/LparData.c =================================================================== --- linux-work.orig/arch/ppc64/kernel/LparData.c 2004-10-21 11:47:00.000000000 +1000 +++ linux-work/arch/ppc64/kernel/LparData.c 2004-10-26 08:44:56.238033800 +1000 @@ -6,9 +6,8 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ -#include -#include -#include +#include +#include #include #include #include