public inbox for linux-amlogic@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: meson: remove unused pin_base
@ 2017-10-06  8:54 Jerome Brunet
  2017-10-06 23:15 ` Kevin Hilman
  2017-10-11  7:54 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Jerome Brunet @ 2017-10-06  8:54 UTC (permalink / raw)
  To: linus-amlogic

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: 70e5ecb1b994 ("pinctrl: meson: get rid of pin_base")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 drivers/pinctrl/meson/pinctrl-meson.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/meson/pinctrl-meson.h b/drivers/pinctrl/meson/pinctrl-meson.h
index 227b72a60c22..7ed0a80fd9dc 100644
--- a/drivers/pinctrl/meson/pinctrl-meson.h
+++ b/drivers/pinctrl/meson/pinctrl-meson.h
@@ -103,7 +103,6 @@ struct meson_pinctrl_data {
 	const struct pinctrl_pin_desc *pins;
 	struct meson_pmx_group *groups;
 	struct meson_pmx_func *funcs;
-	unsigned int pin_base;
 	unsigned int num_pins;
 	unsigned int num_groups;
 	unsigned int num_funcs;
-- 
2.13.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-11  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-06  8:54 [PATCH] pinctrl: meson: remove unused pin_base Jerome Brunet
2017-10-06 23:15 ` Kevin Hilman
2017-10-11  7:54 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox