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 CFCFCB7B68 for ; Wed, 23 Sep 2009 00:45:18 +1000 (EST) Subject: [PATCH] POWERPC: includecheck fix: mm, tlb_low_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:15:05 +0530 Message-Id: <1253627105.3784.20.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/mm/tlb_low_64e.S: asm/reg.h is included more than once. Signed-off-by: Jaswinder Singh Rajput --- arch/powerpc/mm/tlb_low_64e.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/mm/tlb_low_64e.S b/arch/powerpc/mm/tlb_low_64e.S index ef1cccf..f288279 100644 --- a/arch/powerpc/mm/tlb_low_64e.S +++ b/arch/powerpc/mm/tlb_low_64e.S @@ -18,7 +18,6 @@ #include #include #include -#include #include #include -- 1.6.0.6