]> 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, 28 Jul 2011 03:43:45 +0000 (23:43 -0400)
commitd8472031c477c677750484d188d404b137b5664a
treee23d3899d320f2fde61b4b8af5ee8908680e8b15
parent9aee3aa04b3eaf31dac49e13f217c6df4a249edd
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