OMAPDSS: move omap_dispc_wait_for_irq_interruptible_timeout to dispc-compat.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 10 Oct 2012 11:03:11 +0000 (14:03 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:56 +0000 (17:05 +0200)
commit549acbe7a3380dd3bd2ac71698549148ecc0d17e
treee4a01389256fafada273ad2637313fbe04b7fe32
parentbb39813413db782cc77b94d55cb5d044f42079df
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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc-compat.c
drivers/video/omap2/dss/dispc-compat.h
drivers/video/omap2/dss/dispc.c
include/video/omapdss.h