Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5ef67ef0b5d96315d3f7b74823cbfa85938a3a8
Commit:     e5ef67ef0b5d96315d3f7b74823cbfa85938a3a8
Parent:     142d0a674d50b53366bd5ea02d7093d04960744e
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 11 21:06:23 2007 -0800
Committer:  Thomas Gleixner <[EMAIL PROTECTED](none)>
CommitDate: Sat Nov 17 16:27:00 2007 +0100

    x86: fix voyager_cat_init section
    
    Fix Voyager section mismatches:  voyager_cat_init() should be __init.
    
    WARNING: vmlinux.o(.text+0xee83): Section mismatch: reference to 
.init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xeea6): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xeeac): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xeeb2): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xef4c): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xef56): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf10f): Section mismatch: reference to 
.init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf13b): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf14b): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf159): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf1b1): Section mismatch: reference to 
.init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf1bb): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf1c1): Section mismatch: reference to 
.init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf1c7): Section mismatch: reference to 
.init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk')
    WARNING: vmlinux.o(.text+0xf1e6): Section mismatch: reference to 
.init.data: (between 'voyager_cat_init' and 'aes_enc_blk')
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 arch/x86/mach-voyager/voyager_cat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mach-voyager/voyager_cat.c 
b/arch/x86/mach-voyager/voyager_cat.c
index 26a2d4c..2132ca6 100644
--- a/arch/x86/mach-voyager/voyager_cat.c
+++ b/arch/x86/mach-voyager/voyager_cat.c
@@ -568,7 +568,7 @@ static voyager_module_t *voyager_initial_module;
  * boot cpu *after* all memory initialisation has been done (so we can
  * use kmalloc) but before smp initialisation, so we can probe the SMP
  * configuration and pick up necessary information.  */
-void
+void __init
 voyager_cat_init(void)
 {
        voyager_module_t **modpp = &voyager_initial_module;
-
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