From: Arnd Bergmann Date: Fri, 20 Apr 2012 10:56:10 +0000 (+0000) Subject: drivers/net: add missing __devexit_p() annotations X-Git-Tag: v3.5-rc1~109^2~340 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f6092517466fa18ad77743d39723787e8fa051;p=pandora-kernel.git drivers/net: 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 replace it with a NULL pointer when the section gets discarded. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Signed-off-by: David S. Miller --- Reading git-diff-tree failed