Re: [PATCH] mfd: Remove __devexit annotation for pm80x_deinit

2012-07-10 Thread Qiao Zhou
On 07/11/2012 09:48 AM, Axel Lin wrote: 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 __d

[PATCH] mfd: Remove __devexit annotation for pm80x_deinit

2012-07-10 Thread Axel Lin
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