summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/control.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-05-26 13:59:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-26 10:36:49 -0700
commit285d58c486a1b0921a10730772b64e38cb06ae54 (patch)
tree9a961a49f33eeaec0c56d099b4fef922f5f8b08d /drivers/staging/vt6656/control.h
parent441c21c3f0a0db21e96f1598fb05ac3d8782ac59 (diff)
staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8
add new function in usbpipe.c to replace ControlvWriteByte Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/control.h')
-rw-r--r--drivers/staging/vt6656/control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/control.h b/drivers/staging/vt6656/control.h
index db9dd54c7623..e4e252ecbc28 100644
--- a/drivers/staging/vt6656/control.h
+++ b/drivers/staging/vt6656/control.h
@@ -33,9 +33,6 @@
#include "device.h"
#include "usbpipe.h"
-void ControlvWriteByte(struct vnt_private *pDevice, u8 reg, u8 reg_off,
- u8 data);
-
void ControlvReadByte(struct vnt_private *pDevice, u8 reg, u8 reg_off,
u8 *data);