Skip to content

Commit

Permalink
OMAPDSS: add missing export for omap_dss_get_output()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Apr 3, 2013
1 parent 346f1e0 commit 2783162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/omap2/dss/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2783162

Please sign in to comment.