projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346f1e0
)
OMAPDSS: add missing export for omap_dss_get_output()
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 15 Feb 2013 11:47:42 +0000
(13:47 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:01 +0000
(15:19 +0300)
omap_dss_get_output() is a public function, but was missing
EXPORT_SYMBOL().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/output.c
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/dss/output.c
b/drivers/video/omap2/dss/output.c
index 79dea1a1a7320a6f4198891b10172ee10f7afe6b..5214df63e0a9952b0332bfd81dcbbf4f95c77a1b 100644
(file)
--- a/
drivers/video/omap2/dss/output.c
+++ b/
drivers/video/omap2/dss/output.c
@@
-113,6
+113,7
@@
struct omap_dss_output *omap_dss_get_output(enum omap_dss_output_id id)
return NULL;
}
+EXPORT_SYMBOL(omap_dss_get_output);
static const struct dss_mgr_ops *dss_mgr_ops;