1. 19 10月, 2007 2 次提交
    • R
      au1100fb: fix modpost warnings · 0c42ea3f
      Ralf Baechle 提交于
        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: NRalf Baechle <ralf@linux-mips.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0c42ea3f
    • R
      netport_con.c: fix build errors and warnings · 53da0563
      Ralf Baechle 提交于
      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: NRalf Baechle <ralf@linux-mips.org>
      Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      53da0563
  2. 18 10月, 2007 38 次提交