From: Arnd Bergmann Date: Thu, 3 May 2012 21:22:22 +0000 (-0300) Subject: [media] drivers/media: add missing __devexit_p() annotations X-Git-Tag: v3.5-rc1~104^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd624c7b7ce3c3cfa09845dcefbe856bf9f9c4c6;p=pandora-kernel.git [media] drivers/media: 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: Mauro Carvalho Chehab --- Reading git-diff-tree failed