1
0
Fork 0

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 <heikki.krogerus@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20191104142435.29960-10-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
alistair/sunxi64-5.5-dsi
Heikki Krogerus 2019-11-04 17:24:26 +03:00 committed by Greg Kroah-Hartman
parent 8c038ea8b6
commit 61d78ee29a
1 changed files with 0 additions and 2 deletions

View File

@ -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;