Commit aee44756 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: remove comedi_board()

All calls to the inline function `comedi_board()` in "comedidev.h" have
been removed, so remove the function.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 75fbdbf6
...@@ -269,11 +269,6 @@ struct comedi_device { ...@@ -269,11 +269,6 @@ struct comedi_device {
void (*close)(struct comedi_device *dev); void (*close)(struct comedi_device *dev);
}; };
static inline const void *comedi_board(const struct comedi_device *dev)
{
return dev->board_ptr;
}
/* /*
* function prototypes * function prototypes
*/ */
......
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