From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 25BBCDDE09 for ; Fri, 11 May 2007 02:21:35 +1000 (EST) Date: Thu, 10 May 2007 11:17:09 -0500 (CDT) From: Kumar Gala To: Becky Bruce Subject: Re: [PATCH] Change include protections to ASM_POWERPC In-Reply-To: <11788099841311-git-send-email-becky.bruce@freescale.com> Message-ID: References: <11788099841311-git-send-email-becky.bruce@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 10 May 2007, Becky Bruce wrote: > Change several headers in include/asm-powerpc that currently use some variation > of ASM_PPC to use ASM_POWERPC instead. > > Signed-off-by: Becky Bruce > --- > include/asm-powerpc/mpc8260.h | 6 +++--- > include/asm-powerpc/pmac_feature.h | 6 +++--- > include/asm-powerpc/tsi108_irq.h | 6 +++--- > include/asm-powerpc/tsi108_pci.h | 6 +++--- > include/asm-powerpc/unistd.h | 6 +++--- > 5 files changed, 15 insertions(+), 15 deletions(-) > applied. - k