commit | 60f9b9e65c82cc610cc9c02c1f555df8fb2ce4f0 | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Tue Sep 29 20:53:12 2015 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Wed Sep 30 19:22:49 2015 +0900 |
tree | 5f3e3ddacf48ea4e19ef6189ec51cdc1eccb3384 | |
parent | ae59f3a21fbe4b9ef3a9a09deabd2b0afb80942d [diff] |
extcon: gpio: Remove duplicate data from struct gpio_extcon_data There are duplicate data between struct gpio_extcon_data and struct gpio_extcon_platform_data. This patch removes them from struct gpio_extcon_data. Instead, this patch add pdata field to struct gpio_extcon_data. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>