Re: [PATCH] vme: make core vme support explicitly non-modular

2016-07-07 Thread Martyn Welch
On 03/07/16 19:05, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: drivers/vme/Kconfig:menuconfig VME_BUS drivers/vme/Kconfig:bool "VME bridge support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code

[PATCH] vme: make core vme support explicitly non-modular

2016-07-03 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/vme/Kconfig:menuconfig VME_BUS drivers/vme/Kconfig:bool "VME bridge support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when