From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 22 Mar 2012 12:59:04 +1100 From: Anton Blanchard To: benh@kernel.crashing.org, paulus@samba.org Subject: [PATCH 6/6] powerpc/pseries: Cut down on enthusiastic use of defines in RAS code Message-ID: <20120322125904.0f28b9ee@kryten> In-Reply-To: <20120322125803.40bb5e34@kryten> References: <20120322124707.3cd3037f@kryten> <20120322125343.63d77e82@kryten> <20120322125649.434c6f5e@kryten> <20120322125803.40bb5e34@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So many defines for such a little file. Most of them can go. Also remove the single entry changelog, we have git for that. Signed-off-by: Anton Blanchard --- Index: linux-build/arch/powerpc/platforms/pseries/ras.c =================================================================== --- linux-build.orig/arch/powerpc/platforms/pseries/ras.c 2012-03-22 12:44:13.306570733 +1100 +++ linux-build/arch/powerpc/platforms/pseries/ras.c 2012-03-22 12:44:24.798779279 +1100 @@ -16,39 +16,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Change Activity: - * 2001/09/21 : engebret : Created with minimal EPOW and HW exception support. - * End Change Activity - */ - -#include -#include -#include -#include #include -#include #include -#include -#include -#include #include -#include -#include -#include +#include #include #include -#include -#include -#include -#include -#include -#include -#include -#include #include #include -#include #include #include "pseries.h"