diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h index 888d2fdb662f..e98e1ed26542 100644 --- a/include/linux/usb/phy.h +++ b/include/linux/usb/phy.h @@ -157,7 +157,17 @@ struct usb_phy { */ enum usb_charger_type (*charger_detect)(struct usb_phy *x); + /* + * Reserved slot 0 here is seserved for a notify_port_status callback addition that narrowly + * missed the ABI freeze deadline due to upstream review disussions. See + * https://lore.kernel.org/linux-usb/20230607062500.24669-1-stanley_chang@realtek.com/ + * for details. All other slots are for "normal" future ABI breaks in LTS updates + */ + ANDROID_KABI_RESERVE(0); ANDROID_KABI_RESERVE(1); + ANDROID_KABI_RESERVE(2); + ANDROID_KABI_RESERVE(3); + ANDROID_KABI_RESERVE(4); }; /* for board-specific init logic */