diff options
-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 30cae70874f4..12f351991701 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 | ||