mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
ARM: OMAP2+: timer: Remove omap_device_pm_latency
Remove the structure since a default one is now available. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Kevin Hilman <khilman@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
2847111cb1
commit
c16ae1e64e
@ -408,14 +408,6 @@ static int omap2_dm_timer_set_src(struct platform_device *pdev, int source)
|
|||||||
return ret;
|
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
|
* omap_timer_init - build and register timer device with an
|
||||||
* associated timer hwmod
|
* associated timer hwmod
|
||||||
@ -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;
|
pdata->get_context_loss_count = omap_pm_get_dev_context_loss_count;
|
||||||
#endif
|
#endif
|
||||||
pdev = omap_device_build(name, id, oh, pdata, sizeof(*pdata),
|
pdev = omap_device_build(name, id, oh, pdata, sizeof(*pdata),
|
||||||
omap2_dmtimer_latency,
|
NULL, 0, 0);
|
||||||
ARRAY_SIZE(omap2_dmtimer_latency),
|
|
||||||
0);
|
|
||||||
|
|
||||||
if (IS_ERR(pdev)) {
|
if (IS_ERR(pdev)) {
|
||||||
pr_err("%s: Can't build omap_device for %s: %s.\n",
|
pr_err("%s: Can't build omap_device for %s: %s.\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user