From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: linux-next: manual merge of the arm-soc tree with the omap_dss2 tree Date: Mon, 26 Nov 2012 07:53:58 -0800 Message-ID: <20121126155358.GH5279@atomide.com> References: <20121126215600.236b2e44ffea1abbea26898b@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:27682 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751589Ab2KZPyH (ORCPT ); Mon, 26 Nov 2012 10:54:07 -0500 Content-Disposition: inline In-Reply-To: <20121126215600.236b2e44ffea1abbea26898b@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Lokesh Vutla , Tomi Valkeinen * Stephen Rothwell [121126 02:58]: > Hi all, > > Today's linux-next merge of the arm-soc tree got a conflict in > arch/arm/plat-omap/common.c between commit b022e17b1c7e ("OMAP: common.c: > remove init call to vram") from the omap_dss2 tree and commit > f583f0f2c720 ("ARM: OMAP2+: Move omap_reserve() locally to mach-omap2") > from the arm-soc tree. > > I fixed it up (by deleting the file and adding the following patch) and > can carry the fix as necessary (no action is required). Thanks this is the correct fix. Tony > From 523f2987a07f97c946c63e0be4558b8332b46e8f Mon Sep 17 00:00:00 2001 > From: Stephen Rothwell > Date: Mon, 26 Nov 2012 21:51:20 +1100 > Subject: [PATCH] OMAP: common.c: remove init call to vram fixup > > Signed-off-by: Stephen Rothwell > --- > arch/arm/mach-omap2/common.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c > index 5c2fd48..2dabb9e 100644 > --- a/arch/arm/mach-omap2/common.c > +++ b/arch/arm/mach-omap2/common.c > @@ -16,8 +16,6 @@ > #include > #include > > -#include > - > #include "common.h" > #include "omap-secure.h" > > @@ -32,7 +30,6 @@ int __weak omap_secure_ram_reserve_memblock(void) > > void __init omap_reserve(void) > { > - omap_vram_reserve_sdram_memblock(); > omap_dsp_reserve_sdram_memblock(); > omap_secure_ram_reserve_memblock(); > omap_barrier_reserve_memblock(); > -- > 1.7.10.280.gaa39 > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au