Axel Lin 706c96b720 mfd: Remove __devexit annotation for pm80x_deinit
This fixes below section mismatch warning:

  LD      drivers/mfd/built-in.o
WARNING: drivers/mfd/built-in.o(.devinit.text+0x46c): Section mismatch in reference from the function pm800_probe() to the function .devexit.text:pm80x_deinit()
The function __devinit pm800_probe() references
a function __devexit pm80x_deinit().
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
pm80x_deinit() so it may be used outside an exit section.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-07-16 15:26:45 +02:00
..
2012-05-29 11:53:11 -07:00
2012-07-16 14:31:59 +02:00
2012-05-29 11:53:11 -07:00
2012-05-02 00:39:55 +02:00
2012-05-29 11:53:11 -07:00
2012-05-20 17:27:06 +02:00
2012-05-18 16:54:47 +01:00
2012-05-04 13:25:16 +01:00