[PATCH V2 1/4] extcon: palmas: remove unused member from palams_usb structure
Laxman Dewangan
ldewangan at nvidia.com
Wed Jul 10 16:15:56 EST 2013
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 at nvidia.com>
Acked-by: Graeme Gregory <gg at slimlogic.co.uk>
---
No changes from V1.
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 1a8dd7a..03c22ca 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;
};
--
1.7.1.1
More information about the devicetree-discuss
mailing list