Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+10
+1
drivers/video/fb_notify.c
··· 12 12 */ 13 13 #include <linux/fb.h> 14 14 #include <linux/notifier.h> 15 + #include <linux/export.h> 15 16 16 17 static BLOCKING_NOTIFIER_HEAD(fb_notifier_list); 17 18
+1
drivers/video/mb862xx/mb862xx-i2c.c
··· 13 13 #include <linux/i2c.h> 14 14 #include <linux/io.h> 15 15 #include <linux/delay.h> 16 + #include <linux/export.h> 16 17 17 18 #include "mb862xxfb.h" 18 19 #include "mb862xx_reg.h"
+1
drivers/video/msm/mdp.c
··· 28 28 #include <mach/msm_iomap.h> 29 29 #include <mach/msm_fb.h> 30 30 #include <linux/platform_device.h> 31 + #include <linux/export.h> 31 32 32 33 #include "mdp_hw.h" 33 34
+1
drivers/video/omap2/dss/dispc.c
··· 25 25 #include <linux/kernel.h> 26 26 #include <linux/dma-mapping.h> 27 27 #include <linux/vmalloc.h> 28 + #include <linux/export.h> 28 29 #include <linux/clk.h> 29 30 #include <linux/io.h> 30 31 #include <linux/jiffies.h>
+1
drivers/video/omap2/dss/dpi.c
··· 24 24 25 25 #include <linux/kernel.h> 26 26 #include <linux/delay.h> 27 + #include <linux/export.h> 27 28 #include <linux/err.h> 28 29 #include <linux/errno.h> 29 30 #include <linux/platform_device.h>
+1
drivers/video/omap2/dss/dss.c
··· 24 24 25 25 #include <linux/kernel.h> 26 26 #include <linux/io.h> 27 + #include <linux/export.h> 27 28 #include <linux/err.h> 28 29 #include <linux/delay.h> 29 30 #include <linux/seq_file.h>
+1
drivers/video/omap2/dss/rfbi.c
··· 24 24 25 25 #include <linux/kernel.h> 26 26 #include <linux/dma-mapping.h> 27 + #include <linux/export.h> 27 28 #include <linux/vmalloc.h> 28 29 #include <linux/clk.h> 29 30 #include <linux/io.h>
+1
drivers/video/omap2/dss/sdi.c
··· 23 23 #include <linux/delay.h> 24 24 #include <linux/err.h> 25 25 #include <linux/regulator/consumer.h> 26 + #include <linux/export.h> 26 27 27 28 #include <video/omapdss.h> 28 29 #include "dss.h"
+1
drivers/video/omap2/omapfb/omapfb-ioctl.c
··· 27 27 #include <linux/mm.h> 28 28 #include <linux/omapfb.h> 29 29 #include <linux/vmalloc.h> 30 + #include <linux/export.h> 30 31 31 32 #include <video/omapdss.h> 32 33 #include <plat/vrfb.h>
+1
drivers/video/via/via-gpio.c
··· 10 10 #include <linux/platform_device.h> 11 11 #include <linux/via-core.h> 12 12 #include <linux/via-gpio.h> 13 + #include <linux/export.h> 13 14 14 15 /* 15 16 * The ports we know about. Note that the port-25 gpios are not