From: Herbert Xu Subject: Re: [PATCH] crypto: caam: make of_device_ids const. Date: Tue, 20 Jun 2017 11:42:40 +0800 Message-ID: <20170620034240.GL17764@gondor.apana.org.au> References: <006670ce30a5b56744b9a723582702d89fa5f274.1497604474.git.arvind.yadav.cs@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: horia.geanta@nxp.com, dan.douglass@nxp.com, davem@davemloft.net, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org To: Arvind Yadav Return-path: Received: from orcrist.hmeau.com ([104.223.48.154]:60962 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750925AbdFTDnE (ORCPT ); Mon, 19 Jun 2017 23:43:04 -0400 Content-Disposition: inline In-Reply-To: <006670ce30a5b56744b9a723582702d89fa5f274.1497604474.git.arvind.yadav.cs@gmail.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Fri, Jun 16, 2017 at 02:46:44PM +0530, Arvind Yadav wrote: > of_device_ids are not supposed to change at runtime. All functions > working with of_device_ids provided by work with const > of_device_ids. So mark the non-const structs as const. > > File size before: > text data bss dec hex filename > 2376 808 128 3312 cf0 drivers/crypto/caam/jr.o > > File size after constify caam_jr_match: > text data bss dec hex filename > 2976 192 128 3296 ce0 drivers/crypto/caam/jr.o > > Signed-off-by: Arvind Yadav Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt