diff options
author | Matthew Wilcox <matthew@wil.cx> | 2007-10-05 15:55:06 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-23 15:11:10 -0400 |
commit | e58bc06ed071e43bef4e2f94340853761a4bf034 (patch) | |
tree | d0d677dad5d2d8a0452db9893b3749c44f485f8f /drivers/scsi/sym53c8xx_2/sym_hipd.h | |
parent | bd678450bfbd4bb6543a7138d9ee3418c2a11e7c (diff) |
[SCSI] sym53c8xx: Remove ->device_id
Following the same path as ->revision_id, remove ->device_id
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/sym_hipd.h')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_hipd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.h b/drivers/scsi/sym53c8xx_2/sym_hipd.h index 3aa8060a4d2a..b8908e10162a 100644 --- a/drivers/scsi/sym53c8xx_2/sym_hipd.h +++ b/drivers/scsi/sym53c8xx_2/sym_hipd.h | |||
@@ -918,7 +918,6 @@ struct sym_hcb { | |||
918 | /* | 918 | /* |
919 | * General controller parameters and configuration. | 919 | * General controller parameters and configuration. |
920 | */ | 920 | */ |
921 | u_short device_id; /* PCI device id */ | ||
922 | u_int features; /* Chip features map */ | 921 | u_int features; /* Chip features map */ |
923 | u_char myaddr; /* SCSI id of the adapter */ | 922 | u_char myaddr; /* SCSI id of the adapter */ |
924 | u_char maxburst; /* log base 2 of dwords burst */ | 923 | u_char maxburst; /* log base 2 of dwords burst */ |