]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 17:20:26 +0000 (13:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:31 +0000 (17:31 -0400)
commitcf933bbc74e1ad1d207f852b54f2483459c88524
tree751987998a57030ffef1cc8bf88a270e28ca9cad
parent70262f9d9b4eacf478d33ab710c5565f6edca9c5
video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video

With module.h being implicitly everywhere via device.h, the absence
of explicitly including something for EXPORT_SYMBOL went unnoticed.
Since we are heading to fix things up and clean module.h from the
device.h file, we need to explicitly include these files now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/video/fb_notify.c
drivers/video/mb862xx/mb862xx-i2c.c
drivers/video/msm/mdp.c
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/rfbi.c
drivers/video/omap2/dss/sdi.c
drivers/video/omap2/omapfb/omapfb-ioctl.c
drivers/video/via/via-gpio.c