From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753325AbbDASJw (ORCPT ); Wed, 1 Apr 2015 14:09:52 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:41110 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752940AbbDASJt (ORCPT ); Wed, 1 Apr 2015 14:09:49 -0400 Message-ID: <551C346A.9040905@codeaurora.org> Date: Wed, 01 Apr 2015 11:09:46 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Fabian Frederick , linux-kernel@vger.kernel.org CC: Mike Turquette , Tero Kristo , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V2 linux-next] clk: constify of_device_id array References: <1427827843-30823-1-git-send-email-fabf@skynet.be> In-Reply-To: <1427827843-30823-1-git-send-email-fabf@skynet.be> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/31/15 11:50, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > __initdata updated to __initconst for > static const struct of_device_id ti_clkdm_match_table[] > > Signed-off-by: Fabian Frederick > Thanks. Applied to clk-next. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project