]> 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>
Sun, 31 Jul 2011 08:05:52 +0000 (04:05 -0400)
commitb654eb5c16f3d20143c2ae261edb0b409de7e14b
treeb63384c84984110168b9f1100dab7c86b617c32e
parent04ec8226274872e04bb0ad453ab8ab4ff554e59a
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/via/via-gpio.c