summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMircea Gherzan <mgherzan@gmail.com>2012-03-11 00:23:29 +0100
committerAndy Green <andy.green@linaro.org>2012-03-11 17:31:29 +0800
commitc1db0c73d4f2185711d9d34a0c3bb55986781349 (patch)
treebd73226196f1104c7733987d3daebb1d42193e94
parentca5b1c8896dbbee73e4be91ff04f704bd7914877 (diff)
DSS: export the omap_dss_get_def_disp symboltilt-3.2
Required when building DSS and the generic DPI panel driver as modules. Signed-off-by: Mircea Gherzan <mgherzan@gmail.com>
-rw-r--r--drivers/video/omap2/dss/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c
index 108aa24880f..b937f2f5780 100644
--- a/drivers/video/omap2/dss/core.c
+++ b/drivers/video/omap2/dss/core.c
@@ -26,6 +26,7 @@
#include <linux/module.h>
#include <linux/clk.h>
#include <linux/err.h>
+#include <linux/export.h>
#include <linux/platform_device.h>
#include <linux/seq_file.h>
#include <linux/debugfs.h>
@@ -61,6 +62,7 @@ const char* omap_dss_get_def_disp()
{
return def_disp_name;
}
+EXPORT_SYMBOL(omap_dss_get_def_disp);
/* REGULATORS */