Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 549acbe7 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAPDSS: move omap_dispc_wait_for_irq_interruptible_timeout to dispc-compat.c



We have two functions to wait for a dispc interrupt:

int omap_dispc_wait_for_irq_timeout(u32 irqmask, unsigned long timeout);
int omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask,

Of these, the former is not used at all, and can be removed. The latter
is only used by the compat layer, and can be moved to the compat layer
code.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent bb398134
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment