Commit 6e7862fc authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: adv_pci1710: remove function separation comments

Remove the remaining, unnecessary, function separation comments.
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 383fab40
...@@ -714,9 +714,6 @@ static void pci1710_handle_every_sample(struct comedi_device *dev, ...@@ -714,9 +714,6 @@ static void pci1710_handle_every_sample(struct comedi_device *dev,
comedi_handle_events(dev, s); comedi_handle_events(dev, s);
} }
/*
==============================================================================
*/
static int move_block_from_fifo(struct comedi_device *dev, static int move_block_from_fifo(struct comedi_device *dev,
struct comedi_subdevice *s, int n, int turn) struct comedi_subdevice *s, int n, int turn)
{ {
...@@ -786,9 +783,6 @@ static void pci1710_handle_fifo(struct comedi_device *dev, ...@@ -786,9 +783,6 @@ static void pci1710_handle_fifo(struct comedi_device *dev,
comedi_handle_events(dev, s); comedi_handle_events(dev, s);
} }
/*
==============================================================================
*/
static irqreturn_t interrupt_service_pci1710(int irq, void *d) static irqreturn_t interrupt_service_pci1710(int irq, void *d)
{ {
struct comedi_device *dev = d; struct comedi_device *dev = d;
...@@ -945,9 +939,6 @@ static int pci171x_ai_cmdtest(struct comedi_device *dev, ...@@ -945,9 +939,6 @@ static int pci171x_ai_cmdtest(struct comedi_device *dev,
return 0; return 0;
} }
/*
==============================================================================
*/
static int pci171x_reset(struct comedi_device *dev) static int pci171x_reset(struct comedi_device *dev)
{ {
const struct boardtype *board = dev->board_ptr; const struct boardtype *board = dev->board_ptr;
...@@ -975,9 +966,6 @@ static int pci171x_reset(struct comedi_device *dev) ...@@ -975,9 +966,6 @@ static int pci171x_reset(struct comedi_device *dev)
return 0; return 0;
} }
/*
==============================================================================
*/
static int pci1720_reset(struct comedi_device *dev) static int pci1720_reset(struct comedi_device *dev)
{ {
struct pci1710_private *devpriv = dev->private; struct pci1710_private *devpriv = dev->private;
...@@ -995,9 +983,6 @@ static int pci1720_reset(struct comedi_device *dev) ...@@ -995,9 +983,6 @@ static int pci1720_reset(struct comedi_device *dev)
return 0; return 0;
} }
/*
==============================================================================
*/
static int pci1710_reset(struct comedi_device *dev) static int pci1710_reset(struct comedi_device *dev)
{ {
const struct boardtype *board = dev->board_ptr; const struct boardtype *board = dev->board_ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment