From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932345AbcGLAVF (ORCPT ); Mon, 11 Jul 2016 20:21:05 -0400 Received: from mga14.intel.com ([192.55.52.115]:32141 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932081AbcGLAVC (ORCPT ); Mon, 11 Jul 2016 20:21:02 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,348,1464678000"; d="scan'208";a="844461122" Subject: Re: [PATCH] PNP: make pnpbios core explicitly non-modular To: Paul Gortmaker References: <20160703182015.30225-1-paul.gortmaker@windriver.com> Cc: linux-kernel@vger.kernel.org From: "Rafael J. Wysocki" Organization: Intel Technology Poland Sp. z o. o., KRS 101882, ul. Slowackiego 173, 80-298 Gdansk Message-ID: Date: Tue, 12 Jul 2016 02:20:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160703182015.30225-1-paul.gortmaker@windriver.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/3/2016 8:20 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config PNPBIOS > bool "Plug and Play BIOS support" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the couple traces of modularity, so that when reading the > driver there is no doubt it is builtin-only. > > Since module_init translates to device_initcall in the non-modular > case, the init ordering remains unchanged with this commit. > > Cc: "Rafael J. Wysocki" > Signed-off-by: Paul Gortmaker Applied, thanks!