From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5115EDDD0A for ; Fri, 30 Nov 2007 11:33:54 +1100 (EST) Message-Id: From: Kumar Gala To: Jon Loeliger In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [PATCH Rev 2] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h. Date: Thu, 29 Nov 2007 18:33:43 -0600 References: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Nov 6, 2007, at 12:11 PM, Jon Loeliger wrote: > From: Jon Loeliger > > Signed-off-by: Jon Loeliger > Acked-by: Stephen Rothwell > --- > > Chip away at some janitor work. > Catch both asm/of_platform.h and asm/of_device.h this time. > Add sfr's ACK. > > arch/powerpc/platforms/82xx/pq2fads.c | 2 +- > arch/powerpc/platforms/83xx/mpc832x_mds.c | 4 ++-- > arch/powerpc/platforms/83xx/mpc832x_rdb.c | 2 +- > arch/powerpc/platforms/83xx/mpc836x_mds.c | 4 ++-- > arch/powerpc/platforms/85xx/mpc85xx_mds.c | 4 ++-- > 5 files changed, 8 insertions(+), 8 deletions(-) > applied. - k