[PATCH] NFS: audit and remove any unnecessary uses of module.h

2016-09-19 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] NFS: audit and remove any unnecessary uses of module.h

2016-09-19 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