[PATCH 0/4] gpio: delete MODULE_ tags in non-modular drivers

2016-08-22 Thread Paul Gortmaker
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

[PATCH 0/4] gpio: delete MODULE_ tags in non-modular drivers

2016-08-22 Thread Paul Gortmaker
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