Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
[SCSI] aic7xxx: remove inquiry sniffing leftovers
[linux-2.6.git]
/
drivers
/
scsi
/
aic7xxx
/
aic7xxx_osm.h
diff --git
a/drivers/scsi/aic7xxx/aic7xxx_osm.h
b/drivers/scsi/aic7xxx/aic7xxx_osm.h
index c401537067b65c25788cecf6b3c80be88272fc1c..ed9027bd8a40917ed2a8788ac7246e0be10219d5 100644
(file)
--- a/
drivers/scsi/aic7xxx/aic7xxx_osm.h
+++ b/
drivers/scsi/aic7xxx/aic7xxx_osm.h
@@
-423,10
+423,6
@@
struct ahc_linux_device {
struct ahc_linux_target *target;
};
struct ahc_linux_target *target;
};
-typedef enum {
- AHC_INQ_VALID = 0x02,
-} ahc_linux_targ_flags;
-
struct ahc_linux_target {
struct ahc_linux_device *devices[AHC_NUM_LUNS];
int channel;
struct ahc_linux_target {
struct ahc_linux_device *devices[AHC_NUM_LUNS];
int channel;
@@
-434,8
+430,6
@@
struct ahc_linux_target {
int refcount;
struct ahc_transinfo last_tinfo;
struct ahc_softc *ahc;
int refcount;
struct ahc_transinfo last_tinfo;
struct ahc_softc *ahc;
- ahc_linux_targ_flags flags;
- struct scsi_inquiry_data *inq_data;
};
/********************* Definitions Required by the Core ***********************/
};
/********************* Definitions Required by the Core ***********************/