]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
OMAPDSS: remove dispc_irq_handler declaration
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 23 Oct 2012 13:28:23 +0000 (16:28 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 05:49:40 +0000 (08:49 +0300)
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>
drivers/video/omap2/dss/dss.h

index fb891656f1f8d94a97ac9833ed0fd944684eab61..00e0a36723b99b49deceb4c0dfd2fe5b13253813 100644 (file)
@@ -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);