mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-14 00:13:53 +00:00
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: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
deaecbef36
commit
4924c7d387
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user