diff options
author | Matthew Wilcox | 2007-10-05 15:55:08 -0400 |
---|---|---|
committer | James Bottomley | 2007-10-23 15:11:57 -0400 |
commit | a44131b35ec1a46ed75014d818cb9d5706117b49 (patch) | |
tree | 2e0db739539cff760cfb3cf01b9f0c8c5ed18773 /drivers/scsi/sym53c8xx_2/sym53c8xx.h | |
parent | 8637baa3609afff9fe4c65ad4c64d72484c699fc (diff) |
[SCSI] sym53c8xx: Remove tag_ctrl module parameter
With sysfs making these options tunable at runtime, there's no
justification for keeping this horrendously complex specification
string around.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/sym53c8xx_2/sym53c8xx.h')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym53c8xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym53c8xx.h b/drivers/scsi/sym53c8xx_2/sym53c8xx.h index 7519728dfc38..62d29cfac9e4 100644 --- a/drivers/scsi/sym53c8xx_2/sym53c8xx.h +++ b/drivers/scsi/sym53c8xx_2/sym53c8xx.h @@ -127,7 +127,6 @@ struct sym_driver_setup { u_char settle_delay; u_char use_nvram; u_long excludes[8]; - char tag_ctrl[100]; }; #define SYM_SETUP_MAX_TAG sym_driver_setup.max_tag |