The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [2.6 patch] make arch/i386/pci/common.c:pci_bf_sort static
@ 2006-11-16 12:16 Adrian Bunk
  2006-11-16 12:50 ` Matt Domsch
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-11-16 12:16 UTC (permalink / raw)
  To: Matt Domsch; +Cc: linux-kernel, Greg Kroah-Hartman, linux-pci

This patch makes the needlessly global pci_bf_sort static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.19-rc5-mm2/arch/i386/pci/common.c.old	2006-11-16 00:20:15.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/i386/pci/common.c	2006-11-16 00:20:32.000000000 +0100
@@ -20,7 +20,7 @@
 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
 				PCI_PROBE_MMCONF;
 
-int pci_bf_sort;
+static int pci_bf_sort;
 int pci_routeirq;
 int pcibios_last_bus = -1;
 unsigned long pirq_table_addr;


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

* Re: [2.6 patch] make arch/i386/pci/common.c:pci_bf_sort static
  2006-11-16 12:16 [2.6 patch] make arch/i386/pci/common.c:pci_bf_sort static Adrian Bunk
@ 2006-11-16 12:50 ` Matt Domsch
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Domsch @ 2006-11-16 12:50 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel, Greg Kroah-Hartman, linux-pci

On Thu, Nov 16, 2006 at 01:16:23PM +0100, Adrian Bunk wrote:
> This patch makes the needlessly global pci_bf_sort static.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>

Acked-by: Matt Domsch <Matt_Domsch@dell.com>

-- 
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

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

end of thread, other threads:[~2006-11-16 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 12:16 [2.6 patch] make arch/i386/pci/common.c:pci_bf_sort static Adrian Bunk
2006-11-16 12:50 ` Matt Domsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox