]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structure
authorBrian Masney <masneyb@onstation.org>
Thu, 19 Oct 2017 20:06:21 +0000 (16:06 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Oct 2017 17:31:46 +0000 (18:31 +0100)
The structure tsl2x7x_parse_result is not used so this patch removes its
definition.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c

index 2dd8c502fd7a86a060e8f37bcb9354d8f5e4bf6f..094ab76b5d608effb6734bb385a19ccae9277b9f 100644 (file)
@@ -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;