From 4cb8f302738bd4d1fb5e2b909b735e8826558fbf Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 27 Feb 2009 20:32:10 -0800 Subject: Staging: line6: remove KERNEL_VERSION checks As the code is in the kernel tree, it's no longer needed. Cc: Markus Grabner Cc: Mariusz Kozlowski Signed-off-by: Greg Kroah-Hartman --- drivers/staging/line6/usbdefs.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'drivers/staging/line6/usbdefs.h') diff --git a/drivers/staging/line6/usbdefs.h b/drivers/staging/line6/usbdefs.h index cbf5d0d62a1..15dbca757ac 100644 --- a/drivers/staging/line6/usbdefs.h +++ b/drivers/staging/line6/usbdefs.h @@ -13,9 +13,6 @@ #define USBDEFS_H -#include - - #define LINE6_VENDOR_ID 0x0e41 #define USB_INTERVALS_PER_SECOND 1000 @@ -65,11 +62,4 @@ #define LINE6_FALLBACK_INTERVAL 10 #define LINE6_FALLBACK_MAXPACKETSIZE 16 - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18) -#define usb_interrupt_msg(usb_dev, pipe, data, len, actual_length, timeout) \ -usb_bulk_msg(usb_dev, pipe, data, len, actual_length, timeout) -#endif - - #endif -- cgit v1.2.3