Message ID | 20191230142611.24921-8-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | USB Type-C changes | expand |
diff --git a/include/linux/usb/typec.h b/include/linux/usb/typec.h index d95ea0d398b8..a6615d488c95 100644 --- a/include/linux/usb/typec.h +++ b/include/linux/usb/typec.h @@ -193,8 +193,6 @@ struct typec_operations { * @pd_revision: USB Power Delivery Specification revision if supported * @prefer_role: Initial role preference (DRP ports). * @accessory: Supported Accessory Modes - * @sw: Cable plug orientation switch - * @mux: Multiplexer switch for Alternate/Accessory Modes * @fwnode: Optional fwnode of the port * @driver_data: Private pointer for driver specific info * @ops: Port operations vector
Removing descriptions for mux and sw members. They are no longer part of the structure. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> --- include/linux/usb/typec.h | 2 -- 1 file changed, 2 deletions(-)