Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9d5a3f5fa389821f55c77462f30782b07080b8ef
Commit:     9d5a3f5fa389821f55c77462f30782b07080b8ef
Parent:     98de920a2aa4f5939d47cdbb23ebac809308d871
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 28 00:51:45 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 21:35:26 2007 +0100

    [MIPS] rtlx: Fix modpost warning
    
    WARNING: vmlinux.o(.text+0x11504): Section mismatch: reference to 
.init.data:register_chrdev_failed (between 'rtlx_module_init' and 
'rtlx_dispatch')
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/kernel/rtlx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
index 5c04006..aab89e9 100644
--- a/arch/mips/kernel/rtlx.c
+++ b/arch/mips/kernel/rtlx.c
@@ -471,7 +471,7 @@ static int rtlx_irq_num = MIPS_CPU_IRQ_BASE + 
MIPS_CPU_RTLX_IRQ;
 static char register_chrdev_failed[] __initdata =
        KERN_ERR "rtlx_module_init: unable to register device\n";
 
-static int rtlx_module_init(void)
+static int __init rtlx_module_init(void)
 {
        struct device *dev;
        int i, err;
-
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