Skip to content

Commit b459288

Browse files
Dan CarpenterLinus Walleij
authored andcommitted
pinctrl-scmi: remove unused struct members
The ->pins and ->nr_pins members are not used so delete them. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent a730bf7 commit b459288

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/pinctrl/pinctrl-scmi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ struct scmi_pinctrl {
4040
struct pinctrl_desc pctl_desc;
4141
struct pinfunction *functions;
4242
unsigned int nr_functions;
43-
struct pinctrl_pin_desc *pins;
44-
unsigned int nr_pins;
4543
};
4644

4745
static int pinctrl_scmi_get_groups_count(struct pinctrl_dev *pctldev)

0 commit comments

Comments
 (0)