summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/control.h
diff options
context:
space:
mode:
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 4658910ca4c..17a23d532ad 100644
--- a/drivers/staging/vt6656/control.h
+++ b/drivers/staging/vt6656/control.h
@@ -33,9 +33,6 @@
#include "device.h"
#include "usbpipe.h"
-#define CONTROLnsRequestOut(Device, Request, Value, Index, Length, Buffer) \
- PIPEnsControlOut(Device, Request, Value, Index, Length, Buffer)
-
#define CONTROLnsRequestIn(Device, Request, Value, Index, Length, Buffer) \
PIPEnsControlIn(Device, Request, Value, Index, Length, Buffer)