Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7440df02 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: pcl816: remove unneeded forward declarations



These forward declarations are not needed.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 833b458a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -148,11 +148,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)
{