1. 07 3月, 2010 3 次提交
  2. 12 1月, 2010 2 次提交
  3. 16 12月, 2009 6 次提交
  4. 14 12月, 2009 5 次提交
  5. 02 12月, 2009 1 次提交
  6. 12 11月, 2009 1 次提交
  7. 29 10月, 2009 1 次提交
    • M
      twl4030-gpio: remove __devexit markings from remove func · 46c529cf
      Mike Frysinger 提交于
      The gpio_twl4030_probe() function calls gpio_twl4030_remove(), and the
      former has __devinit, so the latter cannot use __devexit.  Otherwise we
      hit the section mismatch warning:
      
      WARNING: drivers/gpio/built-in.o(.devinit.text+0x71a): Section mismatch
      	in reference from the function _gpio_twl4030_probe() to the function
      	.devexit.text:_gpio_twl4030_remove()
      The function __devinit _gpio_twl4030_probe() references a function
      	__devexit _gpio_twl4030_remove().
      This is often seen when error handling in the init function uses
      	functionality in the exit path.
      The fix is often to remove the __devexit annotation of
      	_gpio_twl4030_remove() so it may be used outside an exit section.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      Cc: David Brownell <david-b@pacbell.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      46c529cf
  8. 02 10月, 2009 1 次提交
  9. 23 9月, 2009 9 次提交
  10. 21 9月, 2009 1 次提交
  11. 19 9月, 2009 1 次提交
  12. 17 9月, 2009 1 次提交
  13. 13 7月, 2009 1 次提交
  14. 03 7月, 2009 2 次提交
  15. 01 7月, 2009 2 次提交
  16. 20 6月, 2009 1 次提交
  17. 19 6月, 2009 2 次提交