summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.h
diff options
context:
space:
mode:
authorMalcolm Priestley2013-08-28 22:12:35 +0200
committerGreg Kroah-Hartman2013-08-29 00:28:43 +0200
commit115cac2e7a8d06aa347bf233b4cb94828eb0509a (patch)
tree8cebcc6fc1c466b7e1581eea2ad8649dcbef443e /drivers/staging/vt6656/usbpipe.h
parentStaging: crystalhd: fixed whitespace and string style issues (diff)
downloadkernel-qcow2-linux-115cac2e7a8d06aa347bf233b4cb94828eb0509a.tar.gz
kernel-qcow2-linux-115cac2e7a8d06aa347bf233b4cb94828eb0509a.tar.xz
kernel-qcow2-linux-115cac2e7a8d06aa347bf233b4cb94828eb0509a.zip
staging: vt6656: device.h Replace typedef struct _RCB
Replace with struct vnt_rcb Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/usbpipe.h')
-rw-r--r--drivers/staging/vt6656/usbpipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/usbpipe.h b/drivers/staging/vt6656/usbpipe.h
index e2a2bce75f1f..f53770329e75 100644
--- a/drivers/staging/vt6656/usbpipe.h
+++ b/drivers/staging/vt6656/usbpipe.h
@@ -40,7 +40,7 @@ int PIPEnsControlIn(struct vnt_private *, u8 byRequest, u16 wValue,
u16 wIndex, u16 wLength, u8 *pbyBuffer);
int PIPEnsInterruptRead(struct vnt_private *);
-int PIPEnsBulkInUsbRead(struct vnt_private *, PRCB pRCB);
+int PIPEnsBulkInUsbRead(struct vnt_private *, struct vnt_rcb *pRCB);
int PIPEnsSendBulkOut(struct vnt_private *,
struct vnt_usb_send_context *pContext);