mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
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>
This commit is contained in:
parent
26ece4f0b7
commit
43e3f38892
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user