Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754838AbcKNI7t (ORCPT ); Mon, 14 Nov 2016 03:59:49 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:35218 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754193AbcKNI7G (ORCPT ); Mon, 14 Nov 2016 03:59:06 -0500 Date: Mon, 14 Nov 2016 09:59:04 +0100 From: Maxime Ripard To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] soc: sunxi: make sunxi_sram explicitly non-modular Message-ID: <20161114085904.4r7ugapbvhhlz5te@lukather> References: <20161113190302.18099-1-paul.gortmaker@windriver.com> <20161113190302.18099-2-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fl6yd6w7vtnytgip" Content-Disposition: inline In-Reply-To: <20161113190302.18099-2-paul.gortmaker@windriver.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2194 Lines: 61 --fl6yd6w7vtnytgip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 13, 2016 at 02:03:00PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: >=20 > drivers/soc/sunxi/Kconfig:config SUNXI_SRAM > drivers/soc/sunxi/Kconfig: bool >=20 > ...meaning that it currently is not being built as a module by anyone. >=20 > Lets remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. >=20 > Since module_platform_driver() uses the same init level priority as > builtin_platform_driver() the init ordering remains unchanged with > this commit. >=20 > Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. >=20 > We also delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. >=20 > Cc: Maxime Ripard > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Paul Gortmaker Acked-by: Maxime Ripard Thanks! Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --fl6yd6w7vtnytgip Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYKXzYAAoJEBx+YmzsjxAghAEP/0pPsqGCSSU4c4GGiYof60Fe jNWflgLngQK1awJkgFA30hYktQBHu3paaZv3JvbhUaejvYLB6vi+yDyBoOk2uupY 2QWBp+k72BOREh0gqfdRvigHsWMqMhAOP6bENPz48PxPjHRKeWWXW4vRghCvZs8l dSyBCHw564Ae1F7kU6y2Cp5Dvmrzzu+HNxiAkw8GBsWjsAwo+u1vTwT7daDSvhyF k3WJ/XnG6xVvvX+2d5r5hCIH4tbduJ/IKVRN1MJ29DOHC9qhs8vk43WeE74+nNg8 exOxZEcrjTbhxvNsX4jQ0rJb0md7esEtTHsQysO4956RKxNMF/qXbLyTdXDdnqGj UJfMLN6YBWLnntyxHCQV7XP0Yres0uMRU3SgqMOGOh7Fuym7PeRKMVBITNxm0CSB WWRq+Vt0qtlIVHsAetl8O4pQVfLlkUc0f3LVkzTxCTxMA3fkNi3vTnfwtw2XZgrQ 0kQAXejsGMIjQpSuHRkVLoDpa7YZNDh0mLQkDONz5sZpF3s+77RXjwxDGzO0HD4R pnibnZqt6vx854Hug8g4OH/7/ZjAKeHyb4+EqPO3nsedpFHc4oUkmXlQutnrgvfX RCP37CAg5+Ro30LWRxXdGVons0C/b4arCRyW4kNE8vxa2CzNxs4PEYtumsmsrodn nFdqEy3in0lukjtmGXmp =IGOu -----END PGP SIGNATURE----- --fl6yd6w7vtnytgip--