Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284911
b: refs/heads/master
c: 550a8f6
h: refs/heads/master
i:
  284909: 1db9ed4
  284907: a90658d
  284903: 69804a7
  284895: b561464
v: v3
  • Loading branch information
Tomi Valkeinen committed Dec 2, 2011
1 parent 3af3cee commit 03df3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3f96fee1eb8d541b4b5bb841f57bd453c70f12d
refs/heads/master: 550a8f646c76f27ede10265b8e4c9d54c9f4af27
7 changes: 1 addition & 6 deletions trunk/drivers/video/omap2/dss/overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,6 @@ static void dss_ovl_get_overlay_info(struct omap_overlay *ovl,
*info = ovl->info;
}

static int dss_ovl_wait_for_go(struct omap_overlay *ovl)
{
return dss_mgr_wait_for_go_ovl(ovl);
}

static int omap_dss_set_manager(struct omap_overlay *ovl,
struct omap_overlay_manager *mgr)
{
Expand Down Expand Up @@ -689,7 +684,7 @@ void dss_init_overlays(struct platform_device *pdev)
ovl->unset_manager = &omap_dss_unset_manager;
ovl->set_overlay_info = &dss_ovl_set_overlay_info;
ovl->get_overlay_info = &dss_ovl_get_overlay_info;
ovl->wait_for_go = &dss_ovl_wait_for_go;
ovl->wait_for_go = &dss_mgr_wait_for_go_ovl;

ovl->caps = dss_feat_get_overlay_caps(ovl->id);
ovl->supported_modes =
Expand Down

0 comments on commit 03df3c1

Please sign in to comment.