Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1211632
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular |
| Date | 2015-08-23 15:50 +0200 |
| Message-ID | <q0DON-2oP-3@gated-at.bofh.it> (permalink) |
| References | <q01gv-66B-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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, so that > when reading the driver there is no doubt it is builtin-only. > > Since module_init translates to device_initcall in the non-modular > case, the init ordering remains unchanged with this commit. > > We leave some tags like MODULE_AUTHOR for documentation purposes. > Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2015-08-21 22:40 +0200 Re: [PATCH] drivers/dma: make mv_xor.c driver explicitly non-modular Vinod Koul <vinod.koul@intel.com> - 2015-08-23 15:50 +0200
csiph-web