From 036200f7eb88ea0a4823a9079d557b77f60f5e3c Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 17 Feb 2008 13:23:00 +0100 Subject: [PATCH] --- yaml --- r: 85982 b: refs/heads/master c: 6871b76fb5197a4db28de7116baf834fa36b7bfe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 284b668437e1..7d5f3b1e0c17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: da5968ae305ab5209ebc2502ef6a8fbf2cce536c +refs/heads/master: 6871b76fb5197a4db28de7116baf834fa36b7bfe diff --git a/trunk/arch/x86/pci/common.c b/trunk/arch/x86/pci/common.c index b7c67a187b6b..7b6e3bb9b28c 100644 --- a/trunk/arch/x86/pci/common.c +++ b/trunk/arch/x86/pci/common.c @@ -541,7 +541,7 @@ void pcibios_disable_device (struct pci_dev *dev) pcibios_disable_irq(dev); } -struct pci_bus *pci_scan_bus_with_sysdata(int busno) +struct pci_bus *__devinit pci_scan_bus_with_sysdata(int busno) { struct pci_bus *bus = NULL; struct pci_sysdata *sd;