diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 19:20:26 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:33 +0100 |
commit | a8a359318530a779c8d28d86357d492adead5b1f (patch) | |
tree | 084373ab75cee6478bfed7f5975cac668dea2ece /drivers/video/omap2/dss/rfbi.c | |
parent | selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE (diff) | |
download | linux-a8a359318530a779c8d28d86357d492adead5b1f.tar.xz linux-a8a359318530a779c8d28d86357d492adead5b1f.zip |
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>
Diffstat (limited to 'drivers/video/omap2/dss/rfbi.c')
-rw-r--r-- | drivers/video/omap2/dss/rfbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c index 1bd3703e42ff..1130c608a561 100644 --- a/drivers/video/omap2/dss/rfbi.c +++ b/drivers/video/omap2/dss/rfbi.c @@ -24,6 +24,7 @@ #include <linux/kernel.h> #include <linux/dma-mapping.h> +#include <linux/export.h> #include <linux/vmalloc.h> #include <linux/clk.h> #include <linux/io.h> |