Skip to content

Commit

Permalink
[SCSI] qla1280: remove version check
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Jes Sorensen <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
AdrianBunk authored and James Bottomley committed Apr 17, 2008
1 parent 17b7a8d commit 0e4ff79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/scsi/qla1280.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@

#include <linux/module.h>

#include <linux/version.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/errno.h>
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0e4ff79

Please sign in to comment.