diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-02-17 13:23:00 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-19 16:18:32 +0100 |
commit | 6871b76fb5197a4db28de7116baf834fa36b7bfe (patch) | |
tree | ad8c2e7b5529a75d4596932d8a0ab34e0071177e /arch/x86 | |
parent | da5968ae305ab5209ebc2502ef6a8fbf2cce536c (diff) | |
download | op-kernel-dev-6871b76fb5197a4db28de7116baf834fa36b7bfe.zip op-kernel-dev-6871b76fb5197a4db28de7116baf834fa36b7bfe.tar.gz |
x86: annotate pci/common.s:pci_scan_bus_with_sysdata with __devinit
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/pci/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index b7c67a1..7b6e3bb 100644 --- a/arch/x86/pci/common.c +++ b/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; |