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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61d78ee29a0bf1078ebf5bbb2ccab7e7998d7410;p=linux.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 8947980843191..0f52723a11bd1 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;