mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09: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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user