mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
usb: renesas_usbhs: remove sudmac support
SUDMAC feature was supported in v3.10, but was never used by any platform. So, this patch removes it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ef513be0a9
commit
32a6cfdfd1
2 changed files with 1 additions and 6 deletions
|
@ -187,7 +187,6 @@ struct renesas_usbhs_driver_param {
|
|||
* option:
|
||||
*/
|
||||
u32 has_otg:1; /* for controlling PWEN/EXTLP */
|
||||
u32 has_sudmac:1; /* for SUDMAC */
|
||||
u32 has_usb_dmac:1; /* for USB-DMAC */
|
||||
u32 runtime_pwctrl:1;
|
||||
u32 has_cnen:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue