Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6affd698 authored by Jerome Brunet's avatar Jerome Brunet Committed by Linus Walleij
Browse files

pinctrl: meson: remove unused pin_base



While removing the need to have pin_base defined in meson pinctrl
drivers, I forgot to remove the corresponding field from the
pinctrl_data structure.

Fixing this now.

Fixes: 70e5ecb1 ("pinctrl: meson: get rid of pin_base")
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Reviewed-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d51b989b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,6 @@ struct meson_pinctrl_data {
	const struct pinctrl_pin_desc *pins;
	const struct pinctrl_pin_desc *pins;
	struct meson_pmx_group *groups;
	struct meson_pmx_group *groups;
	struct meson_pmx_func *funcs;
	struct meson_pmx_func *funcs;
	unsigned int pin_base;
	unsigned int num_pins;
	unsigned int num_pins;
	unsigned int num_groups;
	unsigned int num_groups;
	unsigned int num_funcs;
	unsigned int num_funcs;