1. 20 9月, 2013 1 次提交
  2. 26 7月, 2013 1 次提交
  3. 26 6月, 2013 1 次提交
  4. 04 1月, 2013 1 次提交
    • G
      Drivers: video: remove __dev* attributes. · 48c68c4f
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      48c68c4f
  5. 10 10月, 2012 1 次提交
    • A
      video: mark nuc900fb_map_video_memory as __devinit · 8d93241b
      Arnd Bergmann 提交于
      nuc900fb_map_video_memory is called by an devinit function
      that may be called at run-time, but the function itself is
      marked __init and will be discarded after boot.
      
      To avoid calling into a function that may have been overwritten,
      mark nuc900fb_map_video_memory itself as __devinit.
      
      Without this patch, building nuc950_defconfig results in:
      
      WARNING: drivers/video/built-in.o(.devinit.text+0x26c): Section mismatch in reference from the function nuc900fb_probe() to the function .init.text:nuc900fb_map_video_memory()
      The function __devinit nuc900fb_probe() references
      a function __init nuc900fb_map_video_memory().
      If nuc900fb_map_video_memory is only used by nuc900fb_probe then
      annotate nuc900fb_map_video_memory with a matching annotation.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NWan ZongShun <mcuos.com@gmail.com>
      Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      8d93241b
  6. 14 9月, 2012 1 次提交
  7. 04 12月, 2011 1 次提交
  8. 03 10月, 2011 1 次提交
  9. 01 9月, 2011 1 次提交
  10. 10 6月, 2011 1 次提交
  11. 18 1月, 2011 2 次提交
  12. 12 1月, 2011 1 次提交
  13. 30 6月, 2010 1 次提交
  14. 25 5月, 2010 1 次提交
  15. 13 3月, 2010 1 次提交