From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 24 Jan 2012 14:27:47 +0000 Subject: [PATCH 19/31] ARM: amba: vexpress: get rid of private platform amba_device initializer In-Reply-To: References: <20120120092207.GD1068@n2100.arm.linux.org.uk> Message-ID: <20120124142747.GJ19798@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jan 20, 2012 at 09:28:50AM +0000, Russell King - ARM Linux wrote: > Signed-off-by: Russell King > --- > arch/arm/mach-vexpress/core.h | 17 ----------------- > arch/arm/mach-vexpress/ct-ca9x4.c | 8 ++++---- > arch/arm/mach-vexpress/v2m.c | 20 ++++++++++---------- > 3 files changed, 14 insertions(+), 31 deletions(-) Looks good to me, and I've boot-tested it on my board as well. Acked-by: Will Deacon Will