1. 06 May, 2011 1 commit
    • Russell King's avatar
      ARM: RiscPC: etherh: fix section mismatches · 56f3aeb2
      Russell King authored
      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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      56f3aeb2
  2. 04 May, 2011 13 commits
  3. 03 May, 2011 16 commits
  4. 02 May, 2011 10 commits