From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 47511DDE2F for ; Wed, 12 Dec 2007 01:41:09 +1100 (EST) To: Paul Mackerras Subject: Re: Patches added to for-2.6.25 and master branches of powerpc.git In-Reply-To: Your message of "Tue, 11 Dec 2007 16:29:29 +1100." <18270.8249.393061.840667@cargo.ozlabs.ibm.com> References: <18270.8249.393061.840667@cargo.ozlabs.ibm.com> Date: Tue, 11 Dec 2007 08:41:03 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, arnd@arndb.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day Paul Mackerras mumbled: > > Jon Loeliger (2): > [POWERPC] Clean out asm/of_{platform, device}.h > [POWERPC] Clean out asm/of_{platform, device}.h from sysdev/ Excellent, thanks! That leaves just this following patch from my janitor series. http://patchwork.ozlabs.org/linuxppc/patch?id=14712 I suspect Arnd might need to pick it up or ACK it now? Thanks, jdl From: Jon Loeliger Date: Mon, 12 Nov 2007 14:23:16 -0600 Subject: [PATCH] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h. Signed-off-by: Jon Loeliger Acked-by: Stephen Rothwell Built a ppc64_defconfig --- This version picks up the celleb/ files too. Stephen, notice that you tacitly ACK'ed this pickup too... :-) arch/powerpc/platforms/cell/cbe_cpufreq.c | 3 ++- arch/powerpc/platforms/cell/cbe_cpufreq_pmi.c | 3 ++- arch/powerpc/platforms/cell/cbe_regs.c | 4 ++-- arch/powerpc/platforms/cell/iommu.c | 2 +- arch/powerpc/platforms/cell/setup.c | 2 +- arch/powerpc/platforms/celleb/iommu.c | 3 +-- arch/powerpc/platforms/celleb/setup.c | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-)