Skip to content

Commit

Permalink
staging/lirc_parallel: remove pointless prototypes.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jones authored and Greg Kroah-Hartman committed Jul 18, 2011
1 parent 7cf131c commit 950975a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/lirc/lirc_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 950975a

Please sign in to comment.