Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=070c7b8611e852099370b17eaeb470407cb80ffe
Commit:     070c7b8611e852099370b17eaeb470407cb80ffe
Parent:     35c700c0955c43e168c45d375f90a0670be8f054
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 10 09:35:12 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 17:33:05 2007 +0100

    [MIPS] Alchemy: Fix modpost warnings.
    
      MODPOST vmlinux
    WARNING: arch/mips/au1000/common/built-in.o(.text+0x1750): Section 
mismatch: reference to .init.data: (between 'au1xxx_platform_init' and 
'__fixup_bigphys_addr')
    WARNING: arch/mips/au1000/common/built-in.o(.text+0x1754): Section 
mismatch: reference to .init.data: (between 'au1xxx_platform_init' and 
'__fixup_bigphys_addr')
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/au1000/common/platform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/au1000/common/platform.c 
b/arch/mips/au1000/common/platform.c
index 8fd203d..d51e18f 100644
--- a/arch/mips/au1000/common/platform.c
+++ b/arch/mips/au1000/common/platform.c
@@ -289,7 +289,7 @@ static struct platform_device *au1xxx_platform_devices[] 
__initdata = {
 #endif
 };
 
-int au1xxx_platform_init(void)
+int __init au1xxx_platform_init(void)
 {
        return platform_add_devices(au1xxx_platform_devices, 
ARRAY_SIZE(au1xxx_platform_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