Commit 4924c7d3 authored by Brian Masney's avatar Brian Masney Committed by Jonathan Cameron

staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structure

The structure tsl2x7x_parse_result is not used so this patch removes its
definition.
Signed-off-by: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent deaecbef
...@@ -142,11 +142,6 @@ enum { ...@@ -142,11 +142,6 @@ enum {
TSL2X7X_CHIP_SUSPENDED = 2 TSL2X7X_CHIP_SUSPENDED = 2
}; };
struct tsl2x7x_parse_result {
int integer;
int fract;
};
/* Per-device data */ /* Per-device data */
struct tsl2x7x_als_info { struct tsl2x7x_als_info {
u16 als_ch0; u16 als_ch0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment