]> Pileus Git - ~andy/linux/commit
[media] drivers/media: add missing __devexit_p() annotations
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 May 2012 21:22:22 +0000 (18:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 15 May 2012 10:53:51 +0000 (07:53 -0300)
commitcd624c7b7ce3c3cfa09845dcefbe856bf9f9c4c6
tree17297280d394c1c01c98f61d1f0564a9bba77413
parent14f2226022be6b169faeee3f0f6ca848170fdb3d
[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 <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ddbridge/ddbridge-core.c
drivers/media/radio/radio-timb.c
drivers/media/radio/saa7706h.c
drivers/media/radio/tef6862.c
drivers/media/rc/imon.c
drivers/media/rc/mceusb.c
drivers/media/rc/redrat3.c