diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-12-30 19:04:13 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2018-01-03 04:11:02 +0300 |
commit | 9bf317e900a19a857eb9921c9441a92e89f40415 (patch) | |
tree | bdc42b55d9219827a77af9430c4a6378ea6227b8 /include/linux/mfd | |
parent | 10887fb0dbba483dd588f20e2929372093d49a69 (diff) | |
download | linux-9bf317e900a19a857eb9921c9441a92e89f40415.tar.xz |
extcon: axp288: Remove unused platform data
This is not used / set anywhere in the tree.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/axp20x.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 78dc85365c4f..080798f17ece 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -645,11 +645,6 @@ struct axp20x_dev { const struct regmap_irq_chip *regmap_irq_chip; }; -struct axp288_extcon_pdata { - /* GPIO pin control to switch D+/D- lines b/w PMIC and SOC */ - struct gpio_desc *gpio_mux_cntl; -}; - /* generic helper function for reading 9-16 bit wide regs */ static inline int axp20x_read_variable_width(struct regmap *regmap, unsigned int reg, unsigned int width) |