From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xm8mk48z0zDqjy for ; Mon, 4 Sep 2017 22:49:09 +1000 (AEST) From: Bartlomiej Zolnierkiewicz To: Bhumika Goyal Cc: julia.lawall@lip6.fr, nicolas.ferre@microchip.com, benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] video: fbdev: annotate fb_fix_screeninfo with const and __initconst Date: Mon, 04 Sep 2017 14:40:31 +0200 Message-id: <17101194.VCoQWdOLM3@amdc3058> In-reply-to: <1503251091-23485-1-git-send-email-bhumirks@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset="us-ascii" References: <1503251091-23485-1-git-send-email-bhumirks@gmail.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sunday, August 20, 2017 11:14:51 PM Bhumika Goyal wrote: > Make these const as they are only used during a copy operation. > Some structures are used as a copy operation inside __init functions, so > make them const and replace __initdata with __initconst to avoid section > conflict error. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics