Browse Source

pinctrl: sunxi: Drop unused structure members

The ranges and nranges were never used. Remove them.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Maxime Ripard 11 years ago
parent
commit
0df6846d55
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/pinctrl/pinctrl-sunxi.h

+ 0 - 2
drivers/pinctrl/pinctrl-sunxi.h

@@ -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;
 };