From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 4/4] ARM: remove duplicate const qualifier Date: Mon, 25 Apr 2016 15:22:33 +0530 Message-ID: <20160425095233.GH32183@vireshk-i7> References: <1461577678-29517-1-git-send-email-eric.engestrom@imgtec.com> <1461577678-29517-4-git-send-email-eric.engestrom@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1461577678-29517-4-git-send-email-eric.engestrom@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org To: Eric Engestrom Cc: linux-kernel@vger.kernel.org, Nicolas Ferre , Alexandre Belloni , Jean-Christophe Plagniol-Villard , Russell King , Florian Fainelli , Ray Jui , Scott Branden , Alexander Shiyan , Krzysztof Halasa , Sekhar Nori , Kevin Hilman , Roland Stigge , Shawn Guo , Sascha Hauer , Rajendra Nayak , Paul Walmsley , Tony Lindgren , Viresh Kumar , Shiraz Hashim , Gregory Fong , Krzysztof Kozlowski , Nicolas Pitre List-Id: linux-omap@vger.kernel.org On 25-04-16, 10:47, Eric Engestrom wrote: > diff --git a/arch/arm/mach-spear/time.c b/arch/arm/mach-spear/time.c > index 9ccffc1..aaaa678 100644 > --- a/arch/arm/mach-spear/time.c > +++ b/arch/arm/mach-spear/time.c > @@ -204,7 +204,7 @@ static void __init spear_clockevent_init(int irq) > setup_irq(irq, &spear_timer_irq); > } > > -static const struct of_device_id const timer_of_match[] __initconst = { > +static const struct of_device_id timer_of_match[] __initconst = { > { .compatible = "st,spear-timer", }, > { }, > }; Acked-by: Viresh Kumar -- viresh