Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6512421imu; Sun, 2 Dec 2018 20:24:50 -0800 (PST) X-Google-Smtp-Source: AFSGD/UBHvmtDCGZUwlcE10zBDyaI6YZ/Dgp2Yg1Tbe0BoUdXBxsijn8NPpkXk0nttGVFAJ+4cZ5 X-Received: by 2002:a62:28c9:: with SMTP id o192mr14760344pfo.57.1543811090906; Sun, 02 Dec 2018 20:24:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543811090; cv=none; d=google.com; s=arc-20160816; b=QWgdYzd3+sOE9VkuiTDMNTlbe1IJavzwZFOwEspEQb271wkx7xa0s4Qge9X6Dxp9Tp BJxAAGJwmJZLxQeuYLNZdGrFzUBUIyKc3PljN4tF6IxX+Ld7/BcSpbzX/SBG4qxSSJrF JkLNYdO8BL3NCju8yBet2XN2F25FWujPNxWwDw3PWW5zieVwFHRJdVOnzVz7O1XHc10v qsGSjfeRHzCd751lQSK5fMBBnfofQz0T5R0kYpON/LQoDgi45b32/OldqtfDfNTB04Pi rXwFpHyMo1kr/MdgZMXsMPfp+5x9PWcLKigajawHGnBAld3ae9P6uVrf6MHEWyXzSjN3 eUDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=wOHMBwklUVcEAFkX7K6+MFXkf+LuhQcGUF9Yjz9BVdw=; b=wwGRs2ucnILrcx3SvkWvhe6iWG9pR226/KHDPdHBrFdNtV4Y6CAn4czoQlrgPFTOac FZAId4ckVnpYFfBw9wYJzujc7aMc570Rb1qGMRNSdhxjdLT44wuGspOvGFhhsIjbQIQX o0sR/HxusRAf6NULwc54ioGp9PpG4zQ3/DvmduTLIwZwqT0w/9AeZ8oiULqD4MX02Yt6 /DlXlDIcxkpco05PKVUk1JTbXwK+ZSoalgxaraA+M7UltOjsCA5njl9wd1xl97sJSA4v NfJ7Y+t4NaDf3t0Tpn3kUBZLiaQrwkjOme8VynvNb5Wa1L4e2i9WlgauVgOpCG2d9wKl RJpg== 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 s4si13439729pfb.190.2018.12.02.20.24.36; Sun, 02 Dec 2018 20:24:50 -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 S1725878AbeLCEX4 (ORCPT + 99 others); Sun, 2 Dec 2018 23:23:56 -0500 Received: from mail1.windriver.com ([147.11.146.13]:60518 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbeLCEX4 (ORCPT ); Sun, 2 Dec 2018 23:23:56 -0500 Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id wB34Nig4015511 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 2 Dec 2018 20:23:44 -0800 (PST) Received: from yow-cube1.wrs.com (128.224.56.98) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Sun, 2 Dec 2018 20:23:44 -0800 From: Paul Gortmaker To: Lee Jones CC: , Paul Gortmaker , Jin Park Subject: [PATCH 01/22] mfd: aat2870-core: Make it explicitly non-modular Date: Sun, 2 Dec 2018 23:23:08 -0500 Message-ID: <1543811009-15112-2-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1543811009-15112-1-git-send-email-paul.gortmaker@windriver.com> References: <1543811009-15112-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_AAT2870_CORE drivers/mfd/Kconfig: bool "AnalogicTech AAT2870" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the driver there is no doubt it is builtin-only. We explicitly disallow a driver unbind, since that doesn't have a sensible use case anyway, and it allows us to drop the ".remove" code for non-modular drivers. 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 is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Jin Park Signed-off-by: Paul Gortmaker --- drivers/mfd/aat2870-core.c | 40 +++------------------------------------- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/drivers/mfd/aat2870-core.c b/drivers/mfd/aat2870-core.c index 3ba19a45f199..9d3d90d386c2 100644 --- a/drivers/mfd/aat2870-core.c +++ b/drivers/mfd/aat2870-core.c @@ -20,7 +20,6 @@ */ #include -#include #include #include #include @@ -349,18 +348,10 @@ static void aat2870_init_debugfs(struct aat2870_data *aat2870) "Failed to create debugfs register file\n"); } -static void aat2870_uninit_debugfs(struct aat2870_data *aat2870) -{ - debugfs_remove_recursive(aat2870->dentry_root); -} #else static inline void aat2870_init_debugfs(struct aat2870_data *aat2870) { } - -static inline void aat2870_uninit_debugfs(struct aat2870_data *aat2870) -{ -} #endif /* CONFIG_DEBUG_FS */ static int aat2870_i2c_probe(struct i2c_client *client, @@ -440,20 +431,6 @@ static int aat2870_i2c_probe(struct i2c_client *client, return ret; } -static int aat2870_i2c_remove(struct i2c_client *client) -{ - struct aat2870_data *aat2870 = i2c_get_clientdata(client); - - aat2870_uninit_debugfs(aat2870); - - mfd_remove_devices(aat2870->dev); - aat2870_disable(aat2870); - if (aat2870->uninit) - aat2870->uninit(aat2870); - - return 0; -} - #ifdef CONFIG_PM_SLEEP static int aat2870_i2c_suspend(struct device *dev) { @@ -492,15 +469,14 @@ static const struct i2c_device_id aat2870_i2c_id_table[] = { { "aat2870", 0 }, { } }; -MODULE_DEVICE_TABLE(i2c, aat2870_i2c_id_table); static struct i2c_driver aat2870_i2c_driver = { .driver = { - .name = "aat2870", - .pm = &aat2870_pm_ops, + .name = "aat2870", + .pm = &aat2870_pm_ops, + .suppress_bind_attrs = true, }, .probe = aat2870_i2c_probe, - .remove = aat2870_i2c_remove, .id_table = aat2870_i2c_id_table, }; @@ -509,13 +485,3 @@ static int __init aat2870_init(void) return i2c_add_driver(&aat2870_i2c_driver); } subsys_initcall(aat2870_init); - -static void __exit aat2870_exit(void) -{ - i2c_del_driver(&aat2870_i2c_driver); -} -module_exit(aat2870_exit); - -MODULE_DESCRIPTION("Core support for the AnalogicTech AAT2870"); -MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Jin Park "); -- 2.7.4