Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753864AbcDYJwi (ORCPT ); Mon, 25 Apr 2016 05:52:38 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:33684 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbcDYJwg (ORCPT ); Mon, 25 Apr 2016 05:52:36 -0400 Date: Mon, 25 Apr 2016 15:22:33 +0530 From: Viresh Kumar 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 , Lee Jones , Linus Walleij , linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-omap@vger.kernel.org, spear-devel@list.st.com Subject: Re: [PATCH 4/4] ARM: remove duplicate const qualifier 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 Content-Disposition: inline In-Reply-To: <1461577678-29517-4-git-send-email-eric.engestrom@imgtec.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 596 Lines: 19 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