Skip to content

Commit

Permalink
sh: pfc: Remove unused gpio_in_use member
Browse files Browse the repository at this point in the history
Remove unused member gpio_in_use from struct pinmux_info.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Oct 28, 2011
1 parent 5261b0a commit 2854aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sh_pfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ struct pinmux_info {
pinmux_enum_t *gpio_data;
unsigned int gpio_data_size;

unsigned long *gpio_in_use;
struct gpio_chip chip;
};

Expand Down

0 comments on commit 2854aed

Please sign in to comment.