mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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>
This commit is contained in:
parent
7cf131cb24
commit
950975a761
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user