[PATCH tilt-3.2] DSS: export the omap_dss_get_def_disp symbol
Mircea Gherzan
mgherzan at gmail.com
Sat Mar 10 23:23:29 UTC 2012
Required when building DSS and the generic DPI panel driver as
modules.
Signed-off-by: Mircea Gherzan <mgherzan at gmail.com>
---
drivers/video/omap2/dss/core.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c
index 108aa24..b937f2f 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 */
--
1.7.9.1
More information about the linaro-dev
mailing list