From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761201AbbKUAbg (ORCPT ); Fri, 20 Nov 2015 19:31:36 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:56001 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752011AbbKUAbc (ORCPT ); Fri, 20 Nov 2015 19:31:32 -0500 Date: Fri, 20 Nov 2015 16:31:30 -0800 From: Stephen Boyd To: Julia Lawall Cc: Tero Kristo , kernel-janitors@vger.kernel.org, Michael Turquette , linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: ti: dra7: constify clk_hw_omap_ops structure Message-ID: <20151121003130.GB28998@codeaurora.org> References: <1447616894-31717-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447616894-31717-1-git-send-email-Julia.Lawall@lip6.fr> 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 11/15, Julia Lawall wrote: > The clk_hw_omap_ops structures are never modified, so declare this one as > const, like the others. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project