Re: [PATCH 0/8] PCI: more trivial demodularization of builtin code

2016-08-23 Thread Bjorn Helgaas
On Mon, Aug 22, 2016 at 05:59:40PM -0400, Paul Gortmaker wrote: > This is another group of commits that was chosen since they really don't > change anything even at a binary object file level ; they just replace > module_init with device_initcall (which are identical), and remove some > MODULE_ tag

[PATCH 0/8] PCI: more trivial demodularization of builtin code

2016-08-22 Thread Paul Gortmaker
This is another group of commits that was chosen since they really don't change anything even at a binary object file level ; they just replace module_init with device_initcall (which are identical), and remove some MODULE_ tags that are no-ops in code. So the run time regression risk is zero here