pinctrl: meson: remove unused pin_base
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 6 Oct 2017 08:54:07 +0000 (10:54 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Oct 2017 07:54:14 +0000 (09:54 +0200)
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>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson.h

index 227b72a60c224579250dfd202a10d0b42bbfe911..7ed0a80fd9dc25458c31de59f0a982879101ab5f 100644 (file)
@@ -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;