Re: [PATCH 02/13] staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structure

From: Jonathan Cameron
Date: Sat Oct 21 2017 - 13:32:36 EST


On Thu, 19 Oct 2017 16:06:21 -0400
Brian Masney <masneyb@xxxxxxxxxxxxx> wrote:

> The structure tsl2x7x_parse_result is not used so this patch removes its
> definition.
>
> Signed-off-by: Brian Masney <masneyb@xxxxxxxxxxxxx>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan
> ---
> drivers/staging/iio/light/tsl2x7x.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/staging/iio/light/tsl2x7x.c b/drivers/staging/iio/light/tsl2x7x.c
> index 2dd8c502fd7a..094ab76b5d60 100644
> --- a/drivers/staging/iio/light/tsl2x7x.c
> +++ b/drivers/staging/iio/light/tsl2x7x.c
> @@ -142,11 +142,6 @@ enum {
> TSL2X7X_CHIP_SUSPENDED = 2
> };
>
> -struct tsl2x7x_parse_result {
> - int integer;
> - int fract;
> -};
> -
> /* Per-device data */
> struct tsl2x7x_als_info {
> u16 als_ch0;