diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-10-11 01:02:33 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-10-13 13:41:40 -0400 |
commit | ef8bedb9048c293dfa85ac36482a1970646a8272 (patch) | |
tree | d20426f584ee7854fd4061a768249e7ac35a1bcc /drivers/usb/renesas_usbhs/pipe.h | |
parent | 356db7edadb98edbc60abf46b86a1816bfee6278 (diff) |
usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.c
usbhs_usbreq_get/set_val() functions were in pipe.c file,
but it is irrelevant to pipe.
this patch move it to common.c
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/pipe.h')
-rw-r--r-- | drivers/usb/renesas_usbhs/pipe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/renesas_usbhs/pipe.h b/drivers/usb/renesas_usbhs/pipe.h index fc776accb1df..8120fad73b2d 100644 --- a/drivers/usb/renesas_usbhs/pipe.h +++ b/drivers/usb/renesas_usbhs/pipe.h | |||
@@ -71,12 +71,6 @@ struct usbhs_pipe_info { | |||
71 | #define usbhs_priv_to_pipeinfo(pr) (&(pr)->pipe_info) | 71 | #define usbhs_priv_to_pipeinfo(pr) (&(pr)->pipe_info) |
72 | 72 | ||
73 | /* | 73 | /* |
74 | * usb request | ||
75 | */ | ||
76 | void usbhs_usbreq_get_val(struct usbhs_priv *priv, struct usb_ctrlrequest *req); | ||
77 | void usbhs_usbreq_set_val(struct usbhs_priv *priv, struct usb_ctrlrequest *req); | ||
78 | |||
79 | /* | ||
80 | * pipe control | 74 | * pipe control |
81 | */ | 75 | */ |
82 | struct usbhs_pipe | 76 | struct usbhs_pipe |