[PATCH] OMAP OneNAND: add missing __devexit_p wrappers

David Brownell david-b at pacbell.net
Wed Apr 29 13:55:51 EDT 2009


On Wednesday 29 April 2009, Adrian Hunter wrote:
> +       .shutdown       = __devexit_p(omap2_onenand_shutdown),

That looks wrong.  Shutdown functions shouldn't get discarded
like exit functions.  I'd think the fix for that would be taking
away any __devexit annotation on the shutdown function.




More information about the linux-mtd mailing list