]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 19:26:38 +0000 (15:26 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 17:59:41 +0000 (13:59 -0400)
commita08a655436c71c3b3054aa057009bd5f7e04011b
treef0531cdfd3dce0d371d40d3d3db7cd0f412c3b63
parent404aea691ceccd2f4d1acb44688a66b2171e1fd0
drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required

These two macros were in module.h but now module.h is no longer
sprayed across every source file imaginable, so the users need
to expicitly call out their use of them.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/media/common/saa7146_hlp.c
drivers/media/dvb/siano/smsendian.c
drivers/media/media-device.c
drivers/media/radio/wl128x/fmdrv_v4l2.c
drivers/media/rc/ir-raw.c
drivers/media/video/hdpvr/hdpvr-i2c.c
drivers/media/video/v4l2-ctrls.c
drivers/media/video/v4l2-device.c
drivers/media/video/v4l2-event.c
drivers/media/video/v4l2-fh.c
drivers/media/video/v4l2-subdev.c