diff options
Diffstat (limited to 'drivers/staging/vt6656/control.h')
-rw-r--r-- | drivers/staging/vt6656/control.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/control.h b/drivers/staging/vt6656/control.h index 2a4e283613c8..d286b33b99e6 100644 --- a/drivers/staging/vt6656/control.h +++ b/drivers/staging/vt6656/control.h @@ -33,7 +33,6 @@ #include "device.h" #include "usbpipe.h" -/*--------------------- Export Definitions -------------------------*/ #define CONTROLnsRequestOut(Device, Request, Value, Index, Length, Buffer) \ PIPEnsControlOut(Device, Request, Value, Index, Length, Buffer) @@ -44,11 +43,8 @@ #define CONTROLnsRequestIn(Device, Request, Value, Index, Length, Buffer) \ PIPEnsControlIn(Device, Request, Value, Index, Length, Buffer) -/*--------------------- Export Classes ----------------------------*/ -/*--------------------- Export Variables --------------------------*/ -/*--------------------- Export Functions --------------------------*/ void ControlvWriteByte(struct vnt_private *pDevice, u8 reg, u8 reg_off, u8 data); |