Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311759
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drivers/ide: make ide-scan-pci.c driver explicitly non-modular |
| Date | 2016-01-18 20:20 +0100 |
| Message-ID | <qSnvk-52j-17@gated-at.bofh.it> (permalink) |
| References | <qDUMz-5qy-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Paul Gortmaker <paul.gortmaker@windriver.com> Date: Wed, 9 Dec 2015 16:45:51 -0500 > The Kconfig for this support is currently: > > config IDEPCI_PCIBUS_ORDER > bool "Probe IDE PCI devices in the PCI bus order (DEPRECATED)" > > ...meaning that it currently is not being built as a module by anyone. > Lets change the initcall to be the equivalent device_initcall, so that > when reading the driver code, there is no doubt it is builtin-only. > > Unlike other similar changes, we leave the module.h header to be > included since this code interacts with other drivers and needs to > know what a struct module is. > > Cc: "David S. Miller" <davem@davemloft.net> > Cc: linux-ide@vger.kernel.org > Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Applied.
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] drivers/ide: make ide-scan-pci.c driver explicitly non-modular David Miller <davem@davemloft.net> - 2016-01-18 20:20 +0100
csiph-web