Re: [PATCH v3 9/9] usb: typec: Remove unused members from struct typec_capability

2019-10-08 Thread Guenter Roeck
On Tue, Oct 08, 2019 at 02:13:50PM +0300, Heikki Krogerus wrote: > The members for the muxes are not used, so dropping them. > > Signed-off-by: Heikki Krogerus Reviewed-by: Guenter Roeck > --- > include/linux/usb/typec.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux

[PATCH v3 9/9] usb: typec: Remove unused members from struct typec_capability

2019-10-08 Thread Heikki Krogerus
The members for the muxes are not used, so dropping them. Signed-off-by: Heikki Krogerus --- include/linux/usb/typec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/usb/typec.h b/include/linux/usb/typec.h index 894798084319..0f52723a11bd 100644 --- a/include/linux/usb/typec.