You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
Reference in New Issue
Block a user