Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311759 > unrolled thread

Re: [PATCH] drivers/ide: make ide-scan-pci.c driver explicitly non-modular

Started byDavid Miller <davem@davemloft.net>
First post2016-01-18 20:20 +0100
Last post2016-01-18 20:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] drivers/ide: make ide-scan-pci.c driver explicitly  non-modular David Miller <davem@davemloft.net> - 2016-01-18 20:20 +0100

#1311759 — Re: [PATCH] drivers/ide: make ide-scan-pci.c driver explicitly non-modular

FromDavid Miller <davem@davemloft.net>
Date2016-01-18 20:20 +0100
SubjectRe: [PATCH] drivers/ide: make ide-scan-pci.c driver explicitly non-modular
Message-ID<qSnvk-52j-17@gated-at.bofh.it>
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.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web