aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/driver.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-27 20:32:10 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:25 -0700
commit4cb8f302738bd4d1fb5e2b909b735e8826558fbf (patch)
tree98753cda6471857ac542349e7220a7ea5a64109d /drivers/staging/line6/driver.h
parentStaging: line6: remove PT_REGS (diff)
downloadlinux-dev-4cb8f302738bd4d1fb5e2b909b735e8826558fbf.tar.xz
linux-dev-4cb8f302738bd4d1fb5e2b909b735e8826558fbf.zip
Staging: line6: remove KERNEL_VERSION checks
As the code is in the kernel tree, it's no longer needed. Cc: Markus Grabner <grabner@icg.tugraz.at> Cc: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/driver.h')
-rw-r--r--drivers/staging/line6/driver.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/line6/driver.h b/drivers/staging/line6/driver.h
index dc081b6cd913..20966534259d 100644
--- a/drivers/staging/line6/driver.h
+++ b/drivers/staging/line6/driver.h
@@ -18,16 +18,10 @@
#include <linux/spinlock.h>
#include <linux/usb.h>
#include <linux/wait.h>
-
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 25)
-#include <sound/driver.h>
-#endif
-
#include <sound/core.h>
#include "midi.h"
-
#define DRIVER_NAME "line6usb"
#define LINE6_TIMEOUT 1