1. 29 3月, 2013 16 次提交
  2. 26 3月, 2013 4 次提交
  3. 24 3月, 2013 2 次提交
  4. 23 3月, 2013 17 次提交
  5. 15 3月, 2013 1 次提交
    • A
      mfd: twl4030-madc: Remove __exit_p annotation · 03715410
      Arnd Bergmann 提交于
      4740f73f "mfd: remove use of __devexit" removed the __devexit annotation
      on the twl4030_madc_remove function, but left an __exit_p() present on the
      pointer to this function. Using __exit_p was as wrong with the devexit in
      place as it is now, but now we get a gcc warning about an unused function.
      
      In order for the twl4030_madc_remove to work correctly in built-in code, we
      have to remove the __exit_p.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      03715410