Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp603382imu; Mon, 26 Nov 2018 15:39:36 -0800 (PST) X-Google-Smtp-Source: AFSGD/Xk57EsCpXmPRZw3tPXyabq9LblztZ/XWNiAHlaHW4P8BJ/izhEZf3G1eeCZQFkRKU2t8l3 X-Received: by 2002:a17:902:4281:: with SMTP id h1-v6mr29948962pld.114.1543275576480; Mon, 26 Nov 2018 15:39:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543275576; cv=none; d=google.com; s=arc-20160816; b=aOxH3MBnAWWZ+NWF5VE0PiQozmoLN7IT1a2U/OS69sC4iqu7al+qc73XtBH1eBOWL8 9m+JOvakF3mSLBDXsTfBx78AUv6vSfnZo67/HNGa0z4HTPzA2eo8MGXzMI/tXdT7/5g3 hKvNoISnLmB7KQBI25UcY0xi8KUsVR7BJP/eXshNonWTktWYvuIX4bqmBqMpn1hsyUFP NBPdSKqW5sFxfL1H0kYlULxd25m4+Ig14BuaeSSm0LYHrInOPijRzm8wvyO+n7FVJfki uCPOmknC0qb6dmH3Yx0ixqEfMo+2CuNrGSCRr1LnOnYI2pLmw1IHwabLYEydjaZ+XJ73 6DzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=M9ks7J4S4bUxIn62To+ui+hQV/bRNL5h7MzeQeCA7Z8=; b=zcKau4GCgdFeuiZswOa2mE/bvNM5Lkk782coRRFJ0NqGkn0JpugzqqETeCjvMtaVpi qnMrIM3EaMceGG8kFOHP6ldeMTAnYmwYVz3Zdw5nnifFIPR/IIiyR8FXKruqC4J9NbZv 6DfgGip/BCuq9VDglNQRGoHKTFcbSI0MAVm84/Uwq7Ub5QUivgjzBh/Pvkfd3UVvg8TO +XgL2WF/2qa3TSsz+mVJTZC8440VP5+uH46po6PUR6fbG3vXBE3Ef2F/VqziMR4sEDuL KonrOlfQ9h4b3M9LG71x1TgWnPLEznv4PNNWdyLWPvEHRRA/izKpH0+XU7PrqLvdRQ2M 4CTQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r7si1724320ple.281.2018.11.26.15.39.20; Mon, 26 Nov 2018 15:39:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727739AbeK0KdF (ORCPT + 99 others); Tue, 27 Nov 2018 05:33:05 -0500 Received: from gloria.sntech.de ([185.11.138.130]:33086 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726888AbeK0KdF (ORCPT ); Tue, 27 Nov 2018 05:33:05 -0500 Received: from ip5f5a905a.dynamic.kabel-deutschland.de ([95.90.144.90] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gRQRA-0003EK-K3; Tue, 27 Nov 2018 00:37:08 +0100 From: Heiko Stuebner To: Paul Gortmaker Cc: Joerg Roedel , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Simon Xue , Daniel Kurtz , Jeffy Chen , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 2/9] iommu: rockchip: make it explicitly non-modular Date: Tue, 27 Nov 2018 00:37:07 +0100 Message-ID: <3696101.6o5idU3W3V@phil> In-Reply-To: <1543271498-28966-3-git-send-email-paul.gortmaker@windriver.com> References: <1543271498-28966-1-git-send-email-paul.gortmaker@windriver.com> <1543271498-28966-3-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 26. November 2018, 23:31:31 CET schrieb Paul Gortmaker: > The Kconfig currently controlling compilation of this code is: > > drivers/iommu/Kconfig:config ROCKCHIP_IOMMU > drivers/iommu/Kconfig: bool "Rockchip IOMMU Support" > > ...meaning that it currently is not being built as a module by anyone. > > The bind/unbind/remove was already explicitly disabled in commit > 98b72b94def9 ("iommu/rockchip: Prohibit unbind and remove"). > > Lets remove the remaining traces of modular infrastructure, so that > when reading the driver there is no doubt it is builtin-only. > > Since module_init was not in use by this code, the init ordering > remains unchanged with this commit. > > Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. > > We also delete the MODULE_LICENSE tag etc. since all that information > was (or is now) contained at the top of the file in the comments. > > Cc: Joerg Roedel > Cc: Heiko Stuebner > Cc: Simon Xue > Cc: Daniel Kurtz > Cc: Jeffy Chen > Cc: iommu@lists.linux-foundation.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-rockchip@lists.infradead.org > Signed-off-by: Paul Gortmaker Acked-by: Heiko Stuebner