summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2016-08-12 04:37:31 +0200
committerSebastian Reichel <sre@kernel.org>2017-02-11 19:12:28 +0100
commitae56f77ad66e004619a4eb7fb3f071725cea9a57 (patch)
treebaf104dabbd00986626a45e263ecaf518335c359
parente0c39e4c748e6cf872f718023eb2a06edab4fabd (diff)
downloadlinux-ae56f77ad66e004619a4eb7fb3f071725cea9a57.tar.bz2
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 <sre@kernel.org>
-rw-r--r--include/linux/i2c/twl4030-madc.h6
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