Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b090b3388b6ea5d1003260daa0a997f4a1c4acc5
Commit:     b090b3388b6ea5d1003260daa0a997f4a1c4acc5
Parent:     e5b9187b16993e4bb6799185e266f68e26663bee
Author:     Ishizaki Kou <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 26 20:00:56 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Fri Aug 17 11:01:50 2007 +1000

    [POWERPC] Fix celleb sio section warning
    
    Fix following warning:
    WARNING: vmlinux.o(.text+0x45fd4): Section mismatch: reference to 
.init.text:.early_serial_txx9_setup (between '.txx9_serial_init' and 
'.txx9_serial_config')
    
    Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/celleb/scc_sio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/celleb/scc_sio.c 
b/arch/powerpc/platforms/celleb/scc_sio.c
index bcd25f5..d219b60 100644
--- a/arch/powerpc/platforms/celleb/scc_sio.c
+++ b/arch/powerpc/platforms/celleb/scc_sio.c
@@ -39,7 +39,7 @@ static struct {
        { 0x800, 1 }    /* 0xFF2800 */
 };
 
-static int txx9_serial_init(void)
+static int __init txx9_serial_init(void)
 {
        extern int early_serial_txx9_setup(struct uart_port *port);
        struct device_node *node;
-
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