From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH] ARM: OMAP2+: Fix compiler warning for 32k timer Date: Thu, 15 Nov 2012 15:35:47 -0600 Message-ID: <50A56033.6080908@ti.com> References: <1353008644-24745-1-git-send-email-jon-hunter@ti.com> <20121115204526.GC12466@arwen.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:46567 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750906Ab2KOVfw (ORCPT ); Thu, 15 Nov 2012 16:35:52 -0500 In-Reply-To: <20121115204526.GC12466@arwen.pp.htv.fi> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: balbi@ti.com Cc: Tony Lindgren , linux-omap , linux-arm , Kevin Hilman On 11/15/2012 02:45 PM, Felipe Balbi wrote: > Hi, > > On Thu, Nov 15, 2012 at 01:44:04PM -0600, Jon Hunter wrote: >> +static struct of_device_id omap_counter_match[] __initdata = { > > not directly related to $SUBJECT, but shouldn't this be static const > __initconst ? Yes you are right. Looks like there are several other of_device_id structs in arch/arm/mach-omap2 that could be updated to const too. Cheers Jon