mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-27 08:14:35 +08: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