From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933027AbcHVQtN (ORCPT ); Mon, 22 Aug 2016 12:49:13 -0400 Received: from mail5.windriver.com ([192.103.53.11]:57184 "EHLO mail5.wrs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932487AbcHVQtK (ORCPT ); Mon, 22 Aug 2016 12:49:10 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , Alexandre Courbot , Daniel Mack , Juergen Beisert , Linus Walleij , Mathias Nyman , Shiraz Hashim , Stefan Agner , Subject: [PATCH 0/4] gpio: delete MODULE_ tags in non-modular drivers Date: Mon, 22 Aug 2016 12:48:29 -0400 Message-ID: <20160822164833.3633-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 A nice simple series, with zero runtime changes. We delete tags like MODULE_LICENSE, MODULE_AUTHOR (while ensuring the documentation at the top of file reflects author and license) etc from bool drivers where the tags are no-ops. Then we are free to delete the module.h include, which we now know adds about 750kB of output to an otherwise headerless empty file processed by cpp. In addition, it will be clear that the driver is non-modular now, when inspecting the source code. --- Cc: Alexandre Courbot Cc: Daniel Mack Cc: Juergen Beisert Cc: Linus Walleij Cc: Mathias Nyman Cc: Shiraz Hashim Cc: Stefan Agner Cc: linux-gpio@vger.kernel.org Paul Gortmaker (4): gpio: msic: drop unused MODULE_ tags from non-modular code gpio: mxc: drop unused MODULE_ tags from non-modular code gpio: spear-spics: drop unused MODULE_ tags from non-modular code gpio: vf610: drop unused MODULE_ tags from non-modular code drivers/gpio/gpio-msic.c | 6 ------ drivers/gpio/gpio-mxc.c | 10 ++-------- drivers/gpio/gpio-spear-spics.c | 7 +------ drivers/gpio/gpio-vf610.c | 7 +------ 4 files changed, 4 insertions(+), 26 deletions(-) -- 2.8.4