diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-17 05:37:01 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-17 13:59:21 -0400 |
commit | 0e4ff797d7f2f2bb860b8f31dc5d1f2273b2f05a (patch) | |
tree | 6cc16e87c6f74be316a73d3dc1729e2620f3efe2 /drivers/scsi/qla1280.c | |
parent | 17b7a8de3bf1eb2cba14d5c8d919e55d511d8a71 (diff) |
[SCSI] qla1280: remove version check
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>
Cc: Jes Sorensen <jes@sgi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla1280.c')
-rw-r--r-- | drivers/scsi/qla1280.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 68c0d09ffe78..09ab3eac1c1a 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c | |||
@@ -333,7 +333,6 @@ | |||
333 | 333 | ||
334 | #include <linux/module.h> | 334 | #include <linux/module.h> |
335 | 335 | ||
336 | #include <linux/version.h> | ||
337 | #include <linux/types.h> | 336 | #include <linux/types.h> |
338 | #include <linux/string.h> | 337 | #include <linux/string.h> |
339 | #include <linux/errno.h> | 338 | #include <linux/errno.h> |
@@ -367,10 +366,6 @@ | |||
367 | #include <asm/sn/io.h> | 366 | #include <asm/sn/io.h> |
368 | #endif | 367 | #endif |
369 | 368 | ||
370 | #if LINUX_VERSION_CODE < 0x020600 | ||
371 | #error "Kernels older than 2.6.0 are no longer supported" | ||
372 | #endif | ||
373 | |||
374 | 369 | ||
375 | /* | 370 | /* |
376 | * Compile time Options: | 371 | * Compile time Options: |