Skip to content

Commit

Permalink
OMAPDSS: remove dispc_irq_handler declaration
Browse files Browse the repository at this point in the history
dss.h contains dispc_irq_handler declaration, even if the function is
dispc.c internal. Remove the declaration.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Oct 24, 2012
1 parent b2c7d54 commit dba0162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/dss.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dba0162

Please sign in to comment.