summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-10-31 00:47:13 -0700
committerFelipe Balbi <balbi@ti.com>2011-12-12 11:45:02 +0200
commit3dd492686c063f9fa9417c3888e7a8eeb504b5b9 (patch)
treee5d818432b17dce93c85575ad62ff09d0b235ca6 /drivers/usb/renesas_usbhs/common.h
parentfc9d5c79f681a7bff588d32de9429be360996df7 (diff)
downloadop-kernel-dev-3dd492686c063f9fa9417c3888e7a8eeb504b5b9.zip
op-kernel-dev-3dd492686c063f9fa9417c3888e7a8eeb504b5b9.tar.gz
usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()
it was device configuration setting function, not only speed. This patch modify function name usbhs_set_device_speed() -> usbhs_set_device_config() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
-rw-r--r--drivers/usb/renesas_usbhs/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h
index e255015..71c295c 100644
--- a/drivers/usb/renesas_usbhs/common.h
+++ b/drivers/usb/renesas_usbhs/common.h
@@ -306,7 +306,7 @@ int usbhs_frame_get_num(struct usbhs_priv *priv);
/*
* device config
*/
-int usbhs_set_device_speed(struct usbhs_priv *priv, int devnum, u16 upphub,
+int usbhs_set_device_config(struct usbhs_priv *priv, int devnum, u16 upphub,
u16 hubport, u16 speed);
/*
OpenPOWER on IntegriCloud