Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a2b7390af4f6a9aec079dfc15874528c3adaeccb
Commit:     a2b7390af4f6a9aec079dfc15874528c3adaeccb
Parent:     1ad528ebfd1a32e33a7ade23a7e4eeb250ef64a7
Author:     Stephen Rothwell <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 22 00:37:38 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Sun Jul 22 21:30:59 2007 +1000

    [POWERPC] Quiet section mismatch warning on pcibios_setup
    
    WARNING: vmlinux.o(.text+0x1cefcc): Section mismatch: reference to 
.init.text:.pcibios_setup (between '.pci_setup' and '.pci_init')
    
    pci_setup() is marked __devinit and calls pcibios_setup.
    
    Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/pci-common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index 94b4a02..fe7d125 100644
--- a/arch/powerpc/kernel/pci-common.c
+++ b/arch/powerpc/kernel/pci-common.c
@@ -166,7 +166,7 @@ int pcibios_add_platform_entries(struct pci_dev *pdev)
 
 }
 
-char __init *pcibios_setup(char *str)
+char __devinit *pcibios_setup(char *str)
 {
        return str;
 }
-
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