Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275141
b: refs/heads/master
c: c16ae1e
h: refs/heads/master
i:
  275139: 5f50347
v: v3
  • Loading branch information
Benoit Cousson authored and Tony Lindgren committed Nov 5, 2011
1 parent e330bfe commit 17200b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 2847111cb1ea1a6e2b25e6a26cc76f88575bc0bd
refs/heads/master: c16ae1e64e292054bc4c5a20724b40217bdc43dd
12 changes: 1 addition & 11 deletions trunk/arch/arm/mach-omap2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,14 +408,6 @@ static int omap2_dm_timer_set_src(struct platform_device *pdev, int source)
return ret;
}

struct omap_device_pm_latency omap2_dmtimer_latency[] = {
{
.deactivate_func = omap_device_idle_hwmods,
.activate_func = omap_device_enable_hwmods,
.flags = OMAP_DEVICE_LATENCY_AUTO_ADJUST,
},
};

/**
* omap_timer_init - build and register timer device with an
* associated timer hwmod
Expand Down Expand Up @@ -477,9 +469,7 @@ static int __init omap_timer_init(struct omap_hwmod *oh, void *unused)
pdata->get_context_loss_count = omap_pm_get_dev_context_loss_count;
#endif
pdev = omap_device_build(name, id, oh, pdata, sizeof(*pdata),
omap2_dmtimer_latency,
ARRAY_SIZE(omap2_dmtimer_latency),
0);
NULL, 0, 0);

if (IS_ERR(pdev)) {
pr_err("%s: Can't build omap_device for %s: %s.\n",
Expand Down

0 comments on commit 17200b5

Please sign in to comment.