summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/sdi.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 13:20:26 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:33 -0400
commita8a359318530a779c8d28d86357d492adead5b1f (patch)
tree084373ab75cee6478bfed7f5975cac668dea2ece /drivers/video/omap2/dss/sdi.c
parent44fc7ea0bfe9143551649a42eb35f1460566c3c5 (diff)
downloadop-kernel-dev-a8a359318530a779c8d28d86357d492adead5b1f.zip
op-kernel-dev-a8a359318530a779c8d28d86357d492adead5b1f.tar.gz
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/sdi.c')
-rw-r--r--drivers/video/omap2/dss/sdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/sdi.c b/drivers/video/omap2/dss/sdi.c
index 695dc04..40305ad 100644
--- a/drivers/video/omap2/dss/sdi.c
+++ b/drivers/video/omap2/dss/sdi.c
@@ -23,6 +23,7 @@
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/regulator/consumer.h>
+#include <linux/export.h>
#include <video/omapdss.h>
#include "dss.h"
OpenPOWER on IntegriCloud