From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 1 Nov 2017 23:31:52 -0700 From: Stephen Boyd To: Bhumika Goyal Cc: julia.lawall@lip6.fr, mturquette@baylibre.com, baohua@kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] clk: make clk_init_data const Message-ID: <20171102063152.GZ30645@codeaurora.org> References: <1503050897-23252-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1503050897-23252-1-git-send-email-bhumirks@gmail.com> List-ID: On 08/18, Bhumika Goyal wrote: > Make these const as they are only stored in the init field of a clk_hw > structure, which is const. > > Signed-off-by: Bhumika Goyal > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 1 Nov 2017 23:31:52 -0700 Subject: [PATCH] clk: make clk_init_data const In-Reply-To: <1503050897-23252-1-git-send-email-bhumirks@gmail.com> References: <1503050897-23252-1-git-send-email-bhumirks@gmail.com> Message-ID: <20171102063152.GZ30645@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/18, Bhumika Goyal wrote: > Make these const as they are only stored in the init field of a clk_hw > structure, which is const. > > Signed-off-by: Bhumika Goyal > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project