]> git.karo-electronics.de Git - karo-tx-linux.git/commit
media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 15 Jul 2011 16:02:56 +0000 (12:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:06:01 +0000 (04:06 -0400)
commit3b3b469a5bf2525687c3079ffc7d7d253f0053db
treed5d1835f5e344f6da7c70ada5676ccce2f2c512b
parent3b3153c1f860ca8874ebc3564926f2bb9df23928
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