linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/pci/legacy: make pci_subsys_init static
@ 2015-10-08 18:51 Alexander Kuleshov
  2015-10-09 23:39 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuleshov @ 2015-10-08 18:51 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Thomas Gleixner, Ingo Molnar, H . Peter Anvin, x86, linux-pci,
	linux-kernel, Alexander Kuleshov

The pci_subsys_init() is a subsys_initcall that can be declared
static.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 arch/x86/pci/legacy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c
index 5b662c0..ea6f380 100644
--- a/arch/x86/pci/legacy.c
+++ b/arch/x86/pci/legacy.c
@@ -54,7 +54,7 @@ void pcibios_scan_specific_bus(int busn)
 }
 EXPORT_SYMBOL_GPL(pcibios_scan_specific_bus);
 
-int __init pci_subsys_init(void)
+static int __init pci_subsys_init(void)
 {
 	/*
 	 * The init function returns an non zero value when
-- 
2.6.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86/pci/legacy: make pci_subsys_init static
  2015-10-08 18:51 [PATCH] x86/pci/legacy: make pci_subsys_init static Alexander Kuleshov
@ 2015-10-09 23:39 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2015-10-09 23:39 UTC (permalink / raw)
  To: Alexander Kuleshov
  Cc: Bjorn Helgaas, Thomas Gleixner, Ingo Molnar, H . Peter Anvin, x86,
	linux-pci, linux-kernel

On Fri, Oct 09, 2015 at 12:51:46AM +0600, Alexander Kuleshov wrote:
> The pci_subsys_init() is a subsys_initcall that can be declared
> static.
> 
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>

Applied to pci/misc for v4.4, thanks, Alexander!

I tweaked the subject to match the file's history.

> ---
>  arch/x86/pci/legacy.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c
> index 5b662c0..ea6f380 100644
> --- a/arch/x86/pci/legacy.c
> +++ b/arch/x86/pci/legacy.c
> @@ -54,7 +54,7 @@ void pcibios_scan_specific_bus(int busn)
>  }
>  EXPORT_SYMBOL_GPL(pcibios_scan_specific_bus);
>  
> -int __init pci_subsys_init(void)
> +static int __init pci_subsys_init(void)
>  {
>  	/*
>  	 * The init function returns an non zero value when
> -- 
> 2.6.0
> 
> --
> 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-09 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 18:51 [PATCH] x86/pci/legacy: make pci_subsys_init static Alexander Kuleshov
2015-10-09 23:39 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).