[PATCH 2/3] s390: mm: Audit and remove any unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
Historically a lot of these existed because we did not have a distinction between what was modular code and what was providing support to modules via EXPORT_SYMBOL and friends. That changed when we forked out support for the latter into the export.h file. This means we should be able to reduce

[PATCH 2/3] s390: mm: Audit and remove any unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
Historically a lot of these existed because we did not have a distinction between what was modular code and what was providing support to modules via EXPORT_SYMBOL and friends. That changed when we forked out support for the latter into the export.h file. This means we should be able to reduce