Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=050da932f857a7c83949147f3d22e7c02f4f3c91
Commit:     050da932f857a7c83949147f3d22e7c02f4f3c91
Parent:     2428e59b5309286842c4bacbe90921b7f67e4ced
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 01:39:15 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 10:41:16 2008 -0800

    drivers/video/pm3fb.c section fix
    
    WARNING: vmlinux.o(.text+0x46e456): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e45c): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e49b): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e4a0): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e4bc): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e4c2): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e5c1): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    WARNING: vmlinux.o(.text+0x46e5c7): Section mismatch: reference to 
.init.data: (between 'pm3fb_size_memory' and 'update_crtc2')
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Cc: Krzysztof Helt <[EMAIL PROTECTED]>
    Cc: Antonino Daplas <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/video/pm3fb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c
index 0706599..5dba8cd 100644
--- a/drivers/video/pm3fb.c
+++ b/drivers/video/pm3fb.c
@@ -1227,7 +1227,7 @@ static struct fb_ops pm3fb_ops = {
 
 /* mmio register are already mapped when this function is called */
 /* the pm3fb_fix.smem_start is also set */
-static unsigned long pm3fb_size_memory(struct pm3_par *par)
+static unsigned long __devinit pm3fb_size_memory(struct pm3_par *par)
 {
        unsigned long   memsize = 0;
        unsigned long   tempBypass, i, temp1, temp2;
-
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