summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/line6/config.h')
-rw-r--r--drivers/staging/line6/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/line6/config.h b/drivers/staging/line6/config.h
index a687dc9b579f..205e697fa90c 100644
--- a/drivers/staging/line6/config.h
+++ b/drivers/staging/line6/config.h
@@ -43,16 +43,6 @@
#define CHECKPOINT printk("line6usb: %s (%s:%d)\n", __FUNCTION__, __FILE__, __LINE__)
#endif
-/**
- In Linux 2.6.20 and later, the pt_regs is no longer passed to USB callback
- functions.
-*/
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20)
-#define PT_REGS
-#else
-#define PT_REGS , struct pt_regs *regs
-#endif
-
#if DO_DEBUG_MESSAGES
#define DEBUG_MESSAGES(x) (x)
#else