Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=62b396358e837549f20068ed9c3d2bcf99d9ad2d
Commit:     62b396358e837549f20068ed9c3d2bcf99d9ad2d
Parent:     f2c4b47f26c9d3ba32fb51e574d8cacce30f744d
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 10 16:10:56 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 17:33:05 2007 +0100

    [MIPS] SB1: Fix modpost warning.
    
      MODPOST vmlinux
    WARNING: arch/mips/mm/built-in.o(.text+0x1978): Section mismatch: reference 
to .init.text:except_vec2_sb1 (between 'sb1_cache_init' and 
'sb1_flush_cache_sigtramp')
    WARNING: arch/mips/mm/built-in.o(.text+0x1988): Section mismatch: reference 
to .init.text:except_vec2_sb1 (between 'sb1_cache_init' and 
'sb1_flush_cache_sigtramp')
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/mm/c-sb1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c
index 9ea460b..6f9bd7f 100644
--- a/arch/mips/mm/c-sb1.c
+++ b/arch/mips/mm/c-sb1.c
@@ -476,7 +476,7 @@ static __init void probe_cache_sizes(void)
  * memory management function pointers, as well as initialize
  * the caches and tlbs
  */
-void sb1_cache_init(void)
+void __init sb1_cache_init(void)
 {
        extern char except_vec2_sb1;
 
-
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