Skip to content

Commit 66db794

Browse files
Yuan CanLinus Walleij
authored andcommitted
pinctrl: bcm: Remove unused struct bcm6328_pingroup
After commit 0e3db16("pinctrl: bcm: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()"), no one use struct bcm6328_pingroup, so remove it. Signed-off-by: Yuan Can <yuancan@huawei.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220927133926.103943-1-yuancan@huawei.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 203672e commit 66db794

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

drivers/pinctrl/bcm/pinctrl-bcm6328.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
#define BCM6328_MUX_OTHER_REG 0x24
2727
#define BCM6328_MUX_MASK GENMASK(1, 0)
2828

29-
struct bcm6328_pingroup {
30-
const char *name;
31-
const unsigned * const pins;
32-
const unsigned num_pins;
33-
};
34-
3529
struct bcm6328_function {
3630
const char *name;
3731
const char * const *groups;

0 commit comments

Comments
 (0)