From: Arnd Bergmann Date: Sat, 14 Apr 2012 16:25:03 +0000 (-0600) Subject: misc: add missing __devexit_p() annotations X-Git-Tag: v3.5-rc1~148^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc60c589ba810b0c746c91f390a6796b4176572;p=pandora-kernel.git misc: add missing __devexit_p() annotations Drivers that refer to a __devexit function in an operations structure need to annotate that pointer with __devexit_p so it is replaced with a NULL pointer when the section gets discarded. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed