staging: comedi: remove comedi_board()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 12 Sep 2014 09:11:20 +0000 (10:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 22:36:25 +0000 (15:36 -0700)
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>
drivers/staging/comedi/comedidev.h

index bda53047d256404535f736cd2386c1efcced2ce3..7f4d7e5f20b34c9d6ffa3d00de46c8dd5ce16a39 100644 (file)
@@ -269,11 +269,6 @@ struct comedi_device {
        void (*close)(struct comedi_device *dev);
 };
 
-static inline const void *comedi_board(const struct comedi_device *dev)
-{
-       return dev->board_ptr;
-}
-
 /*
  * function prototypes
  */
This page took 0.031992 seconds and 5 git commands to generate.