summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorYoshihiro Shimoda2019-06-05 08:16:21 +0200
committerGreg Kroah-Hartman2019-06-05 11:54:38 +0200
commit32a6cfdfd168982cd7cd2898372da5eb49e56daf (patch)
tree826d7f9cbcbf82fef3bdc08288949a335c5a2561 /include/linux/usb
parentusb: xhci: Add Clear_TT_Buffer (diff)
downloadkernel-qcow2-linux-32a6cfdfd168982cd7cd2898372da5eb49e56daf.tar.gz
kernel-qcow2-linux-32a6cfdfd168982cd7cd2898372da5eb49e56daf.tar.xz
kernel-qcow2-linux-32a6cfdfd168982cd7cd2898372da5eb49e56daf.zip
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>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/renesas_usbhs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
index 3f53043fb56b..a2481f4da841 100644
--- a/include/linux/usb/renesas_usbhs.h
+++ b/include/linux/usb/renesas_usbhs.h
@@ -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;