Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752046AbdIMTPj (ORCPT ); Wed, 13 Sep 2017 15:15:39 -0400 Received: from mail-pg0-f44.google.com ([74.125.83.44]:46999 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbdIMTPf (ORCPT ); Wed, 13 Sep 2017 15:15:35 -0400 X-Google-Smtp-Source: ADKCNb6qbyyT6APeH599ald7ZMC7uX2EM6qf0GtXviNs221//HkMRt8Esblc6/qH6LhtoMVhiGUrIQ== Date: Wed, 13 Sep 2017 12:15:33 -0700 From: Viresh Kumar To: Bhumika Goyal Cc: julia.lawall@lip6.fr, vireshk@kernel.org, mturquette@baylibre.com, sboyd@codeaurora.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: spear: make clk_ops const Message-ID: <20170913191533.GA11836@ubuntu> References: <1503407690-13541-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503407690-13541-1-git-send-email-bhumirks@gmail.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: 492 Lines: 16 On 22-08-17, 18:44, Bhumika Goyal wrote: > Make these const as they are only stored in the const field of a > clk_init_data structure. > > Signed-off-by: Bhumika Goyal > --- > drivers/clk/spear/clk-aux-synth.c | 2 +- > drivers/clk/spear/clk-frac-synth.c | 2 +- > drivers/clk/spear/clk-gpt-synth.c | 2 +- > drivers/clk/spear/clk-vco-pll.c | 4 ++-- > 4 files changed, 5 insertions(+), 5 deletions(-) Acked-by: Viresh Kumar -- viresh