extcon: gpio: Remove duplicate data from struct gpio_extcon_data
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 29 Sep 2015 11:53:12 +0000 (20:53 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 30 Sep 2015 10:22:49 +0000 (19:22 +0900)
commit60f9b9e65c82cc610cc9c02c1f555df8fb2ce4f0
tree5f3e3ddacf48ea4e19ef6189ec51cdc1eccb3384
parentae59f3a21fbe4b9ef3a9a09deabd2b0afb80942d
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>
drivers/extcon/extcon-gpio.c