diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-10-11 01:01:28 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-10-13 13:41:37 -0400 |
commit | 11935de5579a5d01b3c89d69b4fc7a38b4dd8eae (patch) | |
tree | 504ca634884f7706f971e265424f835a53646667 /include | |
parent | 651f5e49dd3d369711bd622f4bc72c2fa30a3cf9 (diff) |
usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()
renesas_usbhs will have register DVSTCTR control function for HOST support.
This patch changes usbhsc_bus_ctrl() to usbsc_set_buswait(),
to remove DVSTCTR access from it,
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/renesas_usbhs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h index 8977431259c6..959af02d3af6 100644 --- a/include/linux/usb/renesas_usbhs.h +++ b/include/linux/usb/renesas_usbhs.h | |||
@@ -101,6 +101,8 @@ struct renesas_usbhs_driver_param { | |||
101 | * option: | 101 | * option: |
102 | * | 102 | * |
103 | * for BUSWAIT :: BWAIT | 103 | * for BUSWAIT :: BWAIT |
104 | * see | ||
105 | * renesas_usbhs/common.c :: usbhsc_set_buswait() | ||
104 | * */ | 106 | * */ |
105 | int buswait_bwait; | 107 | int buswait_bwait; |
106 | 108 | ||