From: Jerome Brunet Date: Fri, 6 Oct 2017 08:54:07 +0000 (+0200) Subject: pinctrl: meson: remove unused pin_base X-Git-Tag: v5.15~9989^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6affd6981ca5d2b1d3d9d5191b18bd4a692587fe;p=platform%2Fkernel%2Flinux-starfive.git 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: 70e5ecb1b994 ("pinctrl: meson: get rid of pin_base") Signed-off-by: Jerome Brunet Reviewed-by: Kevin Hilman Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/meson/pinctrl-meson.h b/drivers/pinctrl/meson/pinctrl-meson.h index 227b72a..7ed0a80 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;