[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110711162145.GA26241@redhat.com>
Date: Mon, 11 Jul 2011 12:21:45 -0400
From: Dave Jones <davej@...hat.com>
To: lirc@...telmus.de
Cc: Linux Kernel <linux-kernel@...r.kernel.org>, greg@...ah.com
Subject: staging/lirc_parallel: remove pointless prototypes.
These are right before the actual definitions, so redundant.
Signed-off-by: Dave Jones <davej@...hat.com>
diff --git a/drivers/staging/lirc/lirc_parallel.c b/drivers/staging/lirc/lirc_parallel.c
index 50724c4..3a9337a 100644
--- a/drivers/staging/lirc/lirc_parallel.c
+++ b/drivers/staging/lirc/lirc_parallel.c
@@ -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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists