[PATCH 62/87] staging: comedi: pcl816: remove unneeded forward declarations

H Hartley Sweeten hsweeten at visionengravers.com
Mon Feb 17 21:27:36 UTC 2014


These forward declarations are not needed.

Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
Cc: Ian Abbott <abbotti at mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 drivers/staging/comedi/drivers/pcl816.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/staging/comedi/drivers/pcl816.c b/drivers/staging/comedi/drivers/pcl816.c
index c2eae6e..9a0b8b6 100644
--- a/drivers/staging/comedi/drivers/pcl816.c
+++ b/drivers/staging/comedi/drivers/pcl816.c
@@ -136,11 +136,6 @@ static void setup_channel_list(struct comedi_device *dev,
 static int pcl816_ai_cancel(struct comedi_device *dev,
 			    struct comedi_subdevice *s);
 
-static int pcl816_ai_cmdtest(struct comedi_device *dev,
-			     struct comedi_subdevice *s,
-			     struct comedi_cmd *cmd);
-static int pcl816_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s);
-
 static void pcl816_start_pacer(struct comedi_device *dev, bool load_counters,
 			       unsigned int divisor1, unsigned int divisor2)
 {
-- 
1.8.5.2



More information about the devel mailing list