diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h index e4de6bc1f69b..ec03fa27be97 100644 --- a/include/linux/usb/phy.h +++ b/include/linux/usb/phy.h @@ -10,6 +10,7 @@ #ifndef __LINUX_USB_PHY_H #define __LINUX_USB_PHY_H +#include #include #include #include @@ -155,6 +156,8 @@ struct usb_phy { * manually detect the charger type. */ enum usb_charger_type (*charger_detect)(struct usb_phy *x); + + ANDROID_VENDOR_DATA(1); }; /* for board-specific init logic */