Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4547d224d29a6a9a81df91858c2e26b7f88e02e1
Commit:     4547d224d29a6a9a81df91858c2e26b7f88e02e1
Parent:     db15f3626df80cebd69b69494c90528aae483caf
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 23 14:12:56 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 02:16:59 2007 +0100

    [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.
    
    Since 96bde06a2df1b363206d3cdef53134b84ff37813 pcibios_fixup_bus's caller
    pci_scan_child_bus is no longer marked __devinit resulting in this modpost
    warning if PCI && !HOTPLUG:
    
      MODPOST vmlinux.o
    WARNING: vmlinux.o(.text+0x158b9c): Section mismatch: reference to 
.init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and 
'pci_scan_bus_parented')
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/pci/pci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c
index 99d8f4f..6c2da62 100644
--- a/arch/mips/pci/pci.c
+++ b/arch/mips/pci/pci.c
@@ -251,7 +251,7 @@ static void __devinit pcibios_fixup_device_resources(struct 
pci_dev *dev,
        }
 }
 
-void __devinit pcibios_fixup_bus(struct pci_bus *bus)
+void pcibios_fixup_bus(struct pci_bus *bus)
 {
        /* Propagate hose info into the subordinate devices.  */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to