[PATCH 3/9] mfd: remove __exit_p annotation for twl4030_madc_remove

Tony Lindgren tony at atomide.com
Tue Mar 5 20:01:07 EST 2013


* Arnd Bergmann <arnd at arndb.de> [130305 14:23]:
> 4740f73fe5 "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.

Acked-by: Tony Lindgren <tony at atomide.com>



More information about the linux-arm-kernel mailing list