From: H Hartley Sweeten Date: Mon, 17 Feb 2014 21:27:36 +0000 (-0700) Subject: staging: comedi: pcl816: remove unneeded forward declarations X-Git-Tag: next-20140306~21^2~236 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7440df0222bef37552dd5b3b7dd86e63f5029165;p=karo-tx-linux.git staging: comedi: pcl816: remove unneeded forward declarations These forward declarations are not needed. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/pcl816.c b/drivers/staging/comedi/drivers/pcl816.c index 998f7b49c1c7..e27457dd16fe 100644 --- a/drivers/staging/comedi/drivers/pcl816.c +++ b/drivers/staging/comedi/drivers/pcl816.c @@ -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) {