Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753828AbdDDNZt (ORCPT ); Tue, 4 Apr 2017 09:25:49 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:34375 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbdDDNZq (ORCPT ); Tue, 4 Apr 2017 09:25:46 -0400 Date: Tue, 4 Apr 2017 15:25:43 +0200 From: Thierry Reding To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Stephen Warren , Alexandre Courbot , linux-tegra@vger.kernel.org Subject: Re: [PATCH 2/3] soc: tegra: make fuse-tegra explicitly non-modular Message-ID: <20170404132543.GC843@ulmo.ba.sec> References: <20161113190302.18099-1-paul.gortmaker@windriver.com> <20161113190302.18099-3-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yLVHuoLXiP9kZBkt" Content-Disposition: inline In-Reply-To: <20161113190302.18099-3-paul.gortmaker@windriver.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2060 Lines: 55 --yLVHuoLXiP9kZBkt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 13, 2016 at 02:03:01PM -0500, Paul Gortmaker wrote: > The Makefiles currently controlling compilation of this code is: >=20 > drivers/soc/tegra/Makefile:obj-y +=3D fuse/ > drivers/soc/tegra/fuse/Makefile:obj-y +=3D fuse-tegra.o >=20 > ...meaning that it currently is not being built as a module by anyone. >=20 > Lets remove the couple traces of modularity 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 > Cc: Stephen Warren > Cc: Thierry Reding > Cc: Alexandre Courbot > Cc: linux-tegra@vger.kernel.org > Signed-off-by: Paul Gortmaker > --- > drivers/soc/tegra/fuse/fuse-tegra.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to for-4.12/soc, thanks. Thierry --yLVHuoLXiP9kZBkt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAljjntcACgkQ3SOs138+ s6EDNxAAjuRQSb2i9wSQ1oSQat0zQaQHm7q1dEhc310r3FE5xCY9TaCgY9gL3FGr uxsj5DgaIwSX5WoAda3wiQ4PGcnAi5eftLykrpGOFUSIXTAjho5iQdZc4q3WnuoM 40eRL5JtcFm00MbjGli6dDiy1cZ6ldKlxvIZ7uVIh53Ts6bIMIXI75IZsZb/0yk2 qlw+EeNIcCF3xs+jdmbixzhn2OHKJR2oetQB/754B1sx1EaGVdMp1yoN2WzVsmji kpGGxZhK52nMbXsGCsfXoFRKeS0MX6e0QIAzMcAia1EpYjG9kRoMxEdtkPsJewjL NgUvLcGZqtlLYsGf/EaKl9D0mvnFArT5tzjwoOukGB4g8txanCEUJSqBXvfKlDK3 VUpVfBaJo4Itl9P4sjJYasiUEgqQHTbBjePZ6raxde85chmmvIt4cmc9JZ4Bv3Sc SXqhdWluRk6/qLVxJ9+MjzWYOasL2ApL2/OIunWXXLGpB0kx+zNXVCUl13LlTKo5 6ww8jcWFNrXS0kJJiyi01yre+TTpZcw8SKzuj90HHTbXJQBMYFCOMKGvXJgKF4if yb0k0qKPSTAsphqaIjPYWXWN85bHMZiPU20RndIIoSuL77eSKQiUh0jQnLwVxRmX A7RTEBHMbJ1jRm6Csda5Tgm8Jd8n/vGZCmGxdxyeoO0JLji0xdo= =Zkfp -----END PGP SIGNATURE----- --yLVHuoLXiP9kZBkt--