From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757619AbcHWVXu (ORCPT ); Tue, 23 Aug 2016 17:23:50 -0400 Received: from mail1.windriver.com ([147.11.146.13]:47226 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756962AbcHWVWm (ORCPT ); Tue, 23 Aug 2016 17:22:42 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , Alessandro Rubini , Barry Song , Heiko Stuebner , Hongzhou Yang , Linus Walleij , Patrice Chotard , Rongjun Ying , Yuping Luo , , Subject: [PATCH 0/6] pinctrl: trivial demodularization of builtin code Date: Tue, 23 Aug 2016 17:19:38 -0400 Message-ID: <20160823211944.18554-1-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.8.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This list of changes represents pinctrl drivers that use MODULE_ tags but otherwise don't make use of any other module_ functions or macros. Since the former are no-ops when built-in, we simply remove these MODULE_ tags and the module.h include that provides them, while ensuring the information in the tag is properly represented in the file at the comments at the top or similar. Since these tags are no-ops, and we don't remove any orphaned fcns for __exit or .remove support here, the drivers are binary equivalent before and after this change -- i.e. zero runtime regression risk. Paul. --- Cc: Alessandro Rubini Cc: Barry Song Cc: Heiko Stuebner Cc: Hongzhou Yang Cc: Linus Walleij Cc: Patrice Chotard Cc: Rongjun Ying Cc: Yuping Luo Cc: linux-gpio@vger.kernel.org Cc: linux-rockchip@lists.infradead.org Paul Gortmaker (6): pinctrl: mediatek: make mtk-common explicitly non-modular pinctrl: nomadik: make abx500 explicitly non-modular pinctrl: nomadik: make core support explicitly non-modular pinctrl: rockchip: make it explicitly non-modular pinctrl: sirf: make atlas7 explicitly non-modular pinctrl: sirf: make core support explicitly non-modular drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 5 ----- drivers/pinctrl/nomadik/pinctrl-abx500.c | 8 ++------ drivers/pinctrl/nomadik/pinctrl-nomadik.c | 5 ----- drivers/pinctrl/pinctrl-rockchip.c | 7 +------ drivers/pinctrl/sirf/pinctrl-atlas7.c | 5 +---- drivers/pinctrl/sirf/pinctrl-sirf.c | 12 +++++------- 6 files changed, 9 insertions(+), 33 deletions(-) -- 2.8.4