From 2dc60c589ba810b0c746c91f390a6796b4176572 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Sat, 14 Apr 2012 10:25:03 -0600 Subject: [PATCH] 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-format-patch failed