Skip to content

Commit

Permalink
pinctrl: sunxi: Drop unused structure members
Browse files Browse the repository at this point in the history
The ranges and nranges were never used. Remove them.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Maxime Ripard committed May 4, 2014
1 parent d39bd84 commit 0df6846
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pinctrl/pinctrl-sunxi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 0df6846

Please sign in to comment.