diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-07-09 17:04:21 +0400 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2013-08-05 03:53:33 +0400 |
commit | 43e3f38892a6a521ff5901cdb97cf6985101badd (patch) | |
tree | 528ecdded3bbace7e0571a85834faa91077f40c7 /include/linux/mfd/palmas.h | |
parent | 26ece4f0b7d2264282d9077d1843ff1e98189b6c (diff) | |
download | linux-43e3f38892a6a521ff5901cdb97cf6985101badd.tar.xz |
extcon: palmas: remove unused member from palams_usb structure
Remove unused member vbus_enable and set_vbus_work from palmas_usb
as these members are not used in drivers.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'include/linux/mfd/palmas.h')
-rw-r--r-- | include/linux/mfd/palmas.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h index 1a8dd7afe084..03c22ca55446 100644 --- a/include/linux/mfd/palmas.h +++ b/include/linux/mfd/palmas.h @@ -371,16 +371,11 @@ struct palmas_usb { struct extcon_dev edev; - /* used to set vbus, in atomic path */ - struct work_struct set_vbus_work; - int id_otg_irq; int id_irq; int vbus_otg_irq; int vbus_irq; - int vbus_enable; - enum palmas_usb_state linkstat; }; |