From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754957AbbGFTjZ (ORCPT ); Mon, 6 Jul 2015 15:39:25 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:45823 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753156AbbGFTjW (ORCPT ); Mon, 6 Jul 2015 15:39:22 -0400 Date: Mon, 6 Jul 2015 12:39:19 -0700 From: Stephen Boyd To: Georgi Djakov Cc: mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] clk: qcom: Constify the parent names arrays Message-ID: <20150706193919.GA20866@codeaurora.org> References: <1436190690-15983-1-git-send-email-georgi.djakov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436190690-15983-1-git-send-email-georgi.djakov@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/06, Georgi Djakov wrote: > Make const both the array and the strings, so they can be > moved to .rodata section. > > Signed-off-by: Georgi Djakov > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project