Skip to content

Commit

Permalink
pinctrl: bcm: Remove unused struct bcm6328_pingroup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yuan Can authored and Linus Walleij committed Oct 4, 2022
1 parent 203672e commit 66db794
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/pinctrl/bcm/pinctrl-bcm6328.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
#define BCM6328_MUX_OTHER_REG 0x24
#define BCM6328_MUX_MASK GENMASK(1, 0)

struct bcm6328_pingroup {
const char *name;
const unsigned * const pins;
const unsigned num_pins;
};

struct bcm6328_function {
const char *name;
const char * const *groups;
Expand Down

0 comments on commit 66db794

Please sign in to comment.