From: Ian Abbott Date: Fri, 12 Sep 2014 09:11:20 +0000 (+0100) Subject: staging: comedi: remove comedi_board() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=aee447566d08b7b0da482c4a9d8dc7a8332e4d69;p=deliverable%2Flinux.git 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 Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h index bda53047d256..7f4d7e5f20b3 100644 --- a/drivers/staging/comedi/comedidev.h +++ b/drivers/staging/comedi/comedidev.h @@ -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 */