aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/palmas.h5
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 {
371 371
372 struct extcon_dev edev; 372 struct extcon_dev edev;
373 373
374 /* used to set vbus, in atomic path */
375 struct work_struct set_vbus_work;
376
377 int id_otg_irq; 374 int id_otg_irq;
378 int id_irq; 375 int id_irq;
379 int vbus_otg_irq; 376 int vbus_otg_irq;
380 int vbus_irq; 377 int vbus_irq;
381 378
382 int vbus_enable;
383
384 enum palmas_usb_state linkstat; 379 enum palmas_usb_state linkstat;
385}; 380};
386 381