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 <gnurou@xxxxxxxxx> Cc: Daniel Mack <daniel@xxxxxxxx> Cc: Juergen Beisert <kernel@xxxxxxxxxxxxxx> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Cc: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> Cc: Shiraz Hashim <shiraz.linux.kernel@xxxxxxxxx> Cc: Stefan Agner <stefan@xxxxxxxx> Cc: linux-gpio@xxxxxxxxxxxxxxx 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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html