Commit 0df6846d authored by Maxime Ripard's avatar Maxime Ripard

pinctrl: sunxi: Drop unused structure members

The ranges and nranges were never used. Remove them.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent d39bd845
......@@ -448,8 +448,6 @@ struct sunxi_desc_pin {
struct sunxi_pinctrl_desc {
const struct sunxi_desc_pin *pins;
int npins;
struct pinctrl_gpio_range *ranges;
int nranges;
unsigned pin_base;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment