mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
pinctrl: sunxi: Drop unused structure members
The ranges and nranges were never used. Remove them. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
d39bd8457f
commit
0df6846d55
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user