diff options
author | Magnus Damm <damm@opensource.se> | 2011-09-28 03:47:06 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-10-28 02:03:47 -0400 |
commit | 2854aedd05255f3142167f4ac715ab67ee569004 (patch) | |
tree | 3c58ec6ffe8789a8e74bbd8ce0f9adabea67a6e6 | |
parent | 5261b0a290a87fa448fd1fd125baeab42603a318 (diff) |
sh: pfc: Remove unused gpio_in_use member
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>
-rw-r--r-- | include/linux/sh_pfc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sh_pfc.h b/include/linux/sh_pfc.h index 30cae70874f..12f35199170 100644 --- a/include/linux/sh_pfc.h +++ b/include/linux/sh_pfc.h | |||
@@ -87,7 +87,6 @@ struct pinmux_info { | |||
87 | pinmux_enum_t *gpio_data; | 87 | pinmux_enum_t *gpio_data; |
88 | unsigned int gpio_data_size; | 88 | unsigned int gpio_data_size; |
89 | 89 | ||
90 | unsigned long *gpio_in_use; | ||
91 | struct gpio_chip chip; | 90 | struct gpio_chip chip; |
92 | }; | 91 | }; |
93 | 92 | ||