aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/axp20x.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2017-12-31 01:04:13 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2018-01-03 10:11:02 +0900
commit9bf317e900a19a857eb9921c9441a92e89f40415 (patch)
treebdc42b55d9219827a77af9430c4a6378ea6227b8 /include/linux/mfd/axp20x.h
parentextcon: axp288: Remove unused extcon_nb struct member (diff)
downloadlinux-dev-9bf317e900a19a857eb9921c9441a92e89f40415.tar.xz
linux-dev-9bf317e900a19a857eb9921c9441a92e89f40415.zip
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/axp20x.h')
-rw-r--r--include/linux/mfd/axp20x.h5
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)