mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
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>
This commit is contained in:
parent
8c038ea8b6
commit
61d78ee29a
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user