aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rt3070/rt_ate.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rt3070/rt_ate.h')
-rw-r--r--drivers/staging/rt3070/rt_ate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rt3070/rt_ate.h b/drivers/staging/rt3070/rt_ate.h
index 829ebb5f723..85cf7c1c625 100644
--- a/drivers/staging/rt3070/rt_ate.h
+++ b/drivers/staging/rt3070/rt_ate.h
@@ -92,10 +92,6 @@ do{ int (*org_remote_display)(char *) = NULL; \
RTMP_IRQ_UNLOCK((pLock), IrqFlags);
// Prototypes of completion funuc.
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#define ATE_RTUSBBulkOutDataPacketComplete(purb, pt_regs) ATE_RTUSBBulkOutDataPacketComplete(purb)
-#endif
-
VOID ATE_RTUSBBulkOutDataPacketComplete(
IN purbb_t purb,
OUT struct pt_regs *pt_regs);