aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic7xxx.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-06-28 10:50:40 -0400
committerJames Bottomley <jejb@titanic.(none)>2005-07-11 13:47:47 -0400
commit2a40342e0e72a2ba89aaa9e6c9a9eceb04741b24 (patch)
treecda0577cc5348df8e4662b9615af7941852be3a3 /drivers/scsi/aic7xxx/aic7xxx.h
parentdfd287f6ee9be1e3ae8fe1160c185aac6ca83c6a (diff)
[SCSI] aic7xxx: remove ahc_tailq
now that we do normal PCI probing there's no need to keep a list of all HBAs. Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx.h')
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx.h b/drivers/scsi/aic7xxx/aic7xxx.h
index 0948d50ae75c..088cbc23743d 100644
--- a/drivers/scsi/aic7xxx/aic7xxx.h
+++ b/drivers/scsi/aic7xxx/aic7xxx.h
@@ -1023,9 +1023,6 @@ struct ahc_softc {
1023 struct cs *critical_sections; 1023 struct cs *critical_sections;
1024 u_int num_critical_sections; 1024 u_int num_critical_sections;
1025 1025
1026 /* Links for chaining softcs */
1027 TAILQ_ENTRY(ahc_softc) links;
1028
1029 /* Channel Names ('A', 'B', etc.) */ 1026 /* Channel Names ('A', 'B', etc.) */
1030 char channel; 1027 char channel;
1031 char channel_b; 1028 char channel_b;
@@ -1110,9 +1107,6 @@ struct ahc_softc {
1110 uint16_t user_tagenable;/* Tagged Queuing allowed */ 1107 uint16_t user_tagenable;/* Tagged Queuing allowed */
1111}; 1108};
1112 1109
1113TAILQ_HEAD(ahc_softc_tailq, ahc_softc);
1114extern struct ahc_softc_tailq ahc_tailq;
1115
1116/************************ Active Device Information ***************************/ 1110/************************ Active Device Information ***************************/
1117typedef enum { 1111typedef enum {
1118 ROLE_UNKNOWN, 1112 ROLE_UNKNOWN,
@@ -1198,7 +1192,6 @@ void ahc_intr_enable(struct ahc_softc *ahc, int enable);
1198void ahc_pause_and_flushwork(struct ahc_softc *ahc); 1192void ahc_pause_and_flushwork(struct ahc_softc *ahc);
1199int ahc_suspend(struct ahc_softc *ahc); 1193int ahc_suspend(struct ahc_softc *ahc);
1200int ahc_resume(struct ahc_softc *ahc); 1194int ahc_resume(struct ahc_softc *ahc);
1201void ahc_softc_insert(struct ahc_softc *);
1202void ahc_set_unit(struct ahc_softc *, int); 1195void ahc_set_unit(struct ahc_softc *, int);
1203void ahc_set_name(struct ahc_softc *, char *); 1196void ahc_set_name(struct ahc_softc *, char *);
1204void ahc_alloc_scbs(struct ahc_softc *ahc); 1197void ahc_alloc_scbs(struct ahc_softc *ahc);