Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5bd080f7d21c8f6841d63b8cdb4123a95a311eb9
Commit:     5bd080f7d21c8f6841d63b8cdb4123a95a311eb9
Parent:     9975e77df5428a1afff57fd8f76a1bc0bfc247fc
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Mon Aug 13 12:47:17 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 02:16:56 2007 +0100

    [MIPS] IP22: Fix modpost warning.
    
      MODPOST vmlinux.o
    WARNING: vmlinux.o(.text+0xc70): Section mismatch: reference to 
.init.text:add_memory_region (between 'probe_memory' and 'enable_local0_irq')
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/sgi-ip22/ip22-mc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/sgi-ip22/ip22-mc.c b/arch/mips/sgi-ip22/ip22-mc.c
index ddb6506..01a805d 100644
--- a/arch/mips/sgi-ip22/ip22-mc.c
+++ b/arch/mips/sgi-ip22/ip22-mc.c
@@ -47,7 +47,7 @@ struct mem {
 /*
  * Detect installed memory, do some sanity checks and notify kernel about it
  */
-static void probe_memory(void)
+static void __init probe_memory(void)
 {
        int i, j, found, cnt = 0;
        struct mem bank[4];
-
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