Commit dba01625 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAPDSS: remove dispc_irq_handler declaration

dss.h contains dispc_irq_handler declaration, even if the function is
dispc.c internal. Remove the declaration.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent b2c7d54f
......@@ -398,7 +398,6 @@ void dpi_uninit_platform_driver(void) __exit;
int dispc_init_platform_driver(void) __init;
void dispc_uninit_platform_driver(void) __exit;
void dispc_dump_clocks(struct seq_file *s);
void dispc_irq_handler(void);
int dispc_runtime_get(void);
void dispc_runtime_put(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment