Skip to content

Commit 66db794

Browse files
Yuan Canlinusw
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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 203672e commit 66db794

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)