From: Heikki Krogerus Date: Mon, 4 Nov 2019 14:24:26 +0000 (+0300) Subject: usb: typec: Remove unused members from struct typec_capability X-Git-Tag: for-linus-20191205~84^2~70 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=61d78ee29a0bf1078ebf5bbb2ccab7e7998d7410;p=linux-block.git usb: typec: Remove unused members from struct typec_capability The members for the muxes are not used, so dropping them. Signed-off-by: Heikki Krogerus Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20191104142435.29960-10-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb/typec.h b/include/linux/usb/typec.h index 894798084319..0f52723a11bd 100644 --- a/include/linux/usb/typec.h +++ b/include/linux/usb/typec.h @@ -209,8 +209,6 @@ struct typec_capability { int prefer_role; enum typec_accessory accessory[TYPEC_MAX_ACCESSORY]; - struct typec_switch *sw; - struct typec_mux *mux; struct fwnode_handle *fwnode; void *driver_data;