Commit 950975a7 authored by Dave Jones's avatar Dave Jones Committed by Greg Kroah-Hartman

staging/lirc_parallel: remove pointless prototypes.

These are right before the actual definitions, so redundant.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7cf131cb
......@@ -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);
......
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