From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.132.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A0AF8DE0AE for ; Fri, 10 Oct 2008 22:56:39 +1100 (EST) Date: Fri, 10 Oct 2008 06:56:33 -0500 (CDT) From: Milton Miller Sender: Milton Miller To: linuxppc-dev@ozlabs.org, Ben Herrenschmidt , Paul Mackerras Message-id: In-Reply-To: Subject: [PATCH 6/16] xics: trim includes List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Trim unneeded includes from xics.c. We don't use signals or gfp flags, we use only OF functions and don't need prom, and the 8259 is now handled by our caller. Signed-off-by: Milton Miller --- asm/smp.h gives us cpu mask accessors for !CONFIG_SMP, used in the next patch Index: work.git/arch/powerpc/platforms/pseries/xics.c =================================================================== --- work.git.orig/arch/powerpc/platforms/pseries/xics.c 2008-08-07 03:41:08.000000000 -0500 +++ work.git/arch/powerpc/platforms/pseries/xics.c 2008-08-07 03:43:12.000000000 -0500 @@ -15,21 +15,18 @@ #include #include #include -#include #include -#include #include #include +#include #include -#include #include #include #include #include #include #include -#include #include "xics.h" #include "plpar_wrappers.h"