diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-04-27 17:30:10 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-06-11 15:07:32 +0100 |
commit | 1adf5a3c0d60ad76a873e90a25a456fd51971774 (patch) | |
tree | 14f6dc1580f9fa2cb0819f5c007fd8b53593ab04 /include/linux/i2c/twl4030-madc.h | |
parent | 42ab9278eb3abfe8b500abe6681c8549c408ec8f (diff) |
iio: adc: twl4030: Drop struct twl4030_madc_user_parms
This struct is no longer used by anything in the kernel.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/i2c/twl4030-madc.h')
-rw-r--r-- | include/linux/i2c/twl4030-madc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/i2c/twl4030-madc.h b/include/linux/i2c/twl4030-madc.h index be9260e261ac..f395700fb933 100644 --- a/include/linux/i2c/twl4030-madc.h +++ b/include/linux/i2c/twl4030-madc.h @@ -135,10 +135,4 @@ enum sample_type { #define TWL4030_REG_GPBR1 0x0c #define TWL4030_GPBR1_MADC_HFCLK_EN (1 << 7) -struct twl4030_madc_user_parms { - int channel; - int average; - int status; - u16 result; -}; #endif |