diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-02 22:54:28 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:55:29 -0400 |
commit | 8d7a5da4fc95cb6210cd66e7c886161e10a1307f (patch) | |
tree | dba0820e485b1b77886578eb3e49f7e92d1b53ef /drivers/scsi/gdth.h | |
parent | 8514ef27ee462747454f26a77982f670d9c3c391 (diff) | |
download | talos-op-linux-8d7a5da4fc95cb6210cd66e7c886161e10a1307f.tar.gz talos-op-linux-8d7a5da4fc95cb6210cd66e7c886161e10a1307f.zip |
[SCSI] gdth: Remove 2.4.x support, in-kernel changelog
* Remove in-source changelog. It's archived permanently in git and
various kernel archives, and changelogs should exist purely in git.
* Remove 2.4.x kernel support. It is an active obstacle to
modernizing this driver, at this point. This includes killing
gdth_kcompat.h which is 100% redundant in modern kernels.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/gdth.h')
-rw-r--r-- | drivers/scsi/gdth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/gdth.h b/drivers/scsi/gdth.h index 37423300592e..68845873cf9d 100644 --- a/drivers/scsi/gdth.h +++ b/drivers/scsi/gdth.h @@ -13,7 +13,6 @@ * $Id: gdth.h,v 1.58 2006/01/11 16:14:09 achim Exp $ */ -#include <linux/version.h> #include <linux/types.h> #ifndef TRUE |