1. 18 Oct, 2007 2 commits
    • Ralf Baechle's avatar
      au1100fb: fix modpost warnings · 0c42ea3f
      Ralf Baechle authored
        MODPOST vmlinux.o
      WARNING: vmlinux.o(.text+0x170be8): Section mismatch: reference to .init.data:au1100fb_fix (between 'au1100fb_drv_probe' and 'read_null')
      WARNING: vmlinux.o(.text+0x170dc4): Section mismatch: reference to .init.data:au1100fb_var (between 'au1100fb_drv_probe' and 'read_null')
      WARNING: vmlinux.o(.text+0x170dd0): Section mismatch: reference to .init.data:au1100fb_fix (between 'au1100fb_drv_probe' and 'read_null')
      WARNING: vmlinux.o(.text+0x170de0): Section mismatch: reference to .init.data:au1100fb_var (between 'au1100fb_drv_probe' and 'read_null')
      WARNING: vmlinux.o(.text+0x170e70): Section mismatch: reference to .init.data:au1100fb_var (between 'au1100fb_drv_probe' and 'read_null')
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0c42ea3f
    • Ralf Baechle's avatar
      netport_con.c: fix build errors and warnings · 53da0563
      Ralf Baechle authored
      Fix build broken by accaa24c:
      
        CC      drivers/video/console/newport_con.o
      drivers/video/console/newport_con.c: In function 'newport_show_logo':
      drivers/video/console/newport_con.c:111: error: assignment of read-only location
      drivers/video/console/newport_con.c:111: warning: assignment makes integer from pointer without a cast
      drivers/video/console/newport_con.c:112: error: assignment of read-only location
      drivers/video/console/newport_con.c:112: warning: assignment makes integer from pointer without a cast
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      53da0563
  2. 17 Oct, 2007 38 commits