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: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
75fbdbf61d
commit
aee447566d
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue