From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbdJBTjb (ORCPT ); Mon, 2 Oct 2017 15:39:31 -0400 Received: from muru.com ([72.249.23.125]:42474 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751102AbdJBTja (ORCPT ); Mon, 2 Oct 2017 15:39:30 -0400 Date: Mon, 2 Oct 2017 12:39:26 -0700 From: Tony Lindgren To: Bhumika Goyal Cc: julia.lawall@lip6.fr, aaro.koskinen@iki.fi, linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: omap1: add const and initconst to omap_lcd_config Message-ID: <20171002193926.GO4394@atomide.com> References: <1503383150-2363-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503383150-2363-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Bhumika Goyal [170821 23:26]: > Make these const as they are only passed to a const argument of the function > omapfb_set_lcd_config. > Also, replace __initdata with __initconst to avoid section conflict error. > Done using Coccinelle. Applying into omap-for-v4.15/omap1 thanks. Tony