[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <DC148C5AA1CEBA4E87973D432B1C2D8825FA19D9@P3PWEX4MB008.ex4.secureserver.net>
Date: Mon, 15 Sep 2014 17:39:19 +0000
From: Hartley Sweeten <HartleyS@...ionengravers.com>
To: Ian Abbott <abbotti@....co.uk>,
"driverdev-devel@...uxdriverproject.org"
<driverdev-devel@...uxdriverproject.org>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] staging: comedi: remove comedi_board()
On Friday, September 12, 2014 2:11 AM, Ian Abbott wrote:
> All calls to the inline function `comedi_board()` in "comedidev.h" have
> been removed, so remove the function.
>
> Signed-off-by: Ian Abbott <abbotti@....co.uk>
> ---
> drivers/staging/comedi/comedidev.h | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
> index bda5304..7f4d7e5 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
> */
Reviewed-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists