* [2.6 patch] scsi/qla1280.c: remove version check
@ 2008-04-17 9:37 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-04-17 9:37 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi, linux-kernel
There's no point for an in-kernel driver to check whether it's compiled
under kernel < 2.6.0 .
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
drivers/scsi/qla1280.c | 5 -----
1 file changed, 5 deletions(-)
d2883d88ddcb95bf89eb41b00fa4638fd77f6147 diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c
index 68c0d09..09ab3ea 100644
--- a/drivers/scsi/qla1280.c
+++ b/drivers/scsi/qla1280.c
@@ -333,7 +333,6 @@
#include <linux/module.h>
-#include <linux/version.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/errno.h>
@@ -367,10 +366,6 @@
#include <asm/sn/io.h>
#endif
-#if LINUX_VERSION_CODE < 0x020600
-#error "Kernels older than 2.6.0 are no longer supported"
-#endif
-
/*
* Compile time Options:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-17 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17 9:37 [2.6 patch] scsi/qla1280.c: remove version check Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®