From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hera.kernel.org (hera.kernel.org [140.211.167.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DDFF1B7B68 for ; Wed, 23 Sep 2009 00:45:19 +1000 (EST) Subject: [PATCH] POWERPC: includecheck fix: exceptions-64e.S From: Jaswinder Singh Rajput To: Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@ozlabs.org, LKML Content-Type: text/plain Date: Tue, 22 Sep 2009 19:14:10 +0530 Message-Id: <1253627050.3784.19.camel@ht.satnam> Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , fix the following 'make includecheck' warning: arch/powerpc/kernel/exceptions-64e.S: asm/reg.h is included more than once. Signed-off-by: Jaswinder Singh Rajput --- arch/powerpc/kernel/exceptions-64e.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S index 9048f96..24dcc0e 100644 --- a/arch/powerpc/kernel/exceptions-64e.S +++ b/arch/powerpc/kernel/exceptions-64e.S @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include -- 1.6.0.6