1
0
Fork 0

staging/lirc_parallel: remove pointless prototypes.

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>
hifive-unleashed-5.1
Dave Jones 2011-07-11 12:21:45 -04:00 committed by Greg Kroah-Hartman
parent 7cf131cb24
commit 950975a761
1 changed files with 0 additions and 3 deletions

View 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);