]> Pileus Git - ~andy/linux/commitdiff
staging/lirc_parallel: remove pointless prototypes.
authorDave Jones <davej@redhat.com>
Mon, 11 Jul 2011 16:21:45 +0000 (12:21 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 18 Jul 2011 20:22:52 +0000 (13:22 -0700)
These are right before the actual definitions, so redundant.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/lirc/lirc_parallel.c

index 70db1d11c1a817312d26af27d261f653f416b37b..792aac0a8e7b94f353afd76bb0f831dbad1fab28 100644 (file)
@@ -615,9 +615,6 @@ static struct platform_driver lirc_parallel_driver = {
        },
 };
 
-static int pf(void *handle);
-static void kf(void *handle);
-
 static int pf(void *handle)
 {
        parport_disable_irq(pport);