1. 07 5月, 2011 5 次提交
  2. 06 5月, 2011 2 次提交
    • R
      ARM: RiscPC: acornfb: fix section mismatches · 52fe1163
      Russell King 提交于
      WARNING: drivers/video/built-in.o(.devinit.text+0x38): Section mismatch in reference from the function acornfb_probe() to the function .init.text:acornfb_setup()
      The function __devinit acornfb_probe() references
      a function __init acornfb_setup().
      If acornfb_setup is only used by acornfb_probe then
      annotate acornfb_setup with a matching annotation.
      
      WARNING: drivers/video/built-in.o(.devinit.text+0x3c): Section mismatch in reference from the function acornfb_probe() to the function .init.text:acornfb_init_fbinfo()
      The function __devinit acornfb_probe() references
      a function __init acornfb_init_fbinfo().
      If acornfb_init_fbinfo is only used by acornfb_probe then
      annotate acornfb_init_fbinfo with a matching annotation.
      
      WARNING: drivers/video/built-in.o(.devinit.text+0x4c0): Section mismatch in reference from the function acornfb_probe() to the (unknown reference) .init.data:(unknown)
      The function __devinit acornfb_probe() references
      a (unknown reference) __initdata (unknown).
      If (unknown) is only used by acornfb_probe then
      annotate (unknown) with a matching annotation.
      
      WARNING: drivers/video/built-in.o(.devinit.text+0x4c8): Section mismatch in reference from the function acornfb_probe() to the (unknown reference) .init.data:(unknown)
      The function __devinit acornfb_probe() references
      a (unknown reference) __initdata (unknown).
      If (unknown) is only used by acornfb_probe then
      annotate (unknown) with a matching annotation.
      
      WARNING: drivers/video/built-in.o(.devinit.text+0x4cc): Section mismatch in reference from the function acornfb_probe() to the (unknown reference) .init.data:(unknown)
      The function __devinit acornfb_probe() references
      a (unknown reference) __initdata (unknown).
      If (unknown) is only used by acornfb_probe then
      annotate (unknown) with a matching annotation.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      52fe1163
    • R
      ARM: RiscPC: etherh: fix section mismatches · 56f3aeb2
      Russell King 提交于
      WARNING: drivers/net/arm/built-in.o(.data+0x0): Section mismatch in reference from the variable etherh_driver to the function .init.text:etherh_probe()
      The variable etherh_driver references
      the function __init etherh_probe()
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      56f3aeb2
  3. 05 5月, 2011 8 次提交
  4. 04 5月, 2011 17 次提交
  5. 03 5月, 2011 8 次提交