Re: [PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular

2015-08-23 Thread Vinod Koul
On Fri, Aug 21, 2015 at 04:27:49PM -0400, Paul Gortmaker wrote: > The Kconfig for this driver is currently: > > config MV_XOR > bool "Marvell XOR engine support" > > ...meaning that it currently is not being built as a module by anyone. > Lets remove the modular code that is essentially

Re: [PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular

2015-08-23 Thread Vinod Koul
On Fri, Aug 21, 2015 at 04:27:49PM -0400, Paul Gortmaker wrote: The Kconfig for this driver is currently: config MV_XOR bool Marvell XOR engine support ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned,

[PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular

2015-08-21 Thread Paul Gortmaker
The Kconfig for this driver is currently: config MV_XOR bool "Marvell XOR engine 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 reading the driver there is no doubt it is

[PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular

2015-08-21 Thread Paul Gortmaker
The Kconfig for this driver is currently: config MV_XOR bool Marvell XOR engine 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 reading the driver there is no doubt it is builtin-only.