diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index e6b41dbbec82..d0eecd4bec83 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | #ifndef AAC_DRIVER_BUILD | 13 | #ifndef AAC_DRIVER_BUILD |
14 | # define AAC_DRIVER_BUILD 2409 | 14 | # define AAC_DRIVER_BUILD 2409 |
15 | # define AAC_DRIVER_BRANCH "-mh1" | 15 | # define AAC_DRIVER_BRANCH "-mh2" |
16 | #endif | 16 | #endif |
17 | #define MAXIMUM_NUM_CONTAINERS 32 | 17 | #define MAXIMUM_NUM_CONTAINERS 32 |
18 | 18 | ||
@@ -822,10 +822,6 @@ struct fib { | |||
822 | void *callback_data; | 822 | void *callback_data; |
823 | u32 flags; // u32 dmb was ulong | 823 | u32 flags; // u32 dmb was ulong |
824 | /* | 824 | /* |
825 | * The following is used to put this fib context onto the | ||
826 | * Outstanding I/O queue. | ||
827 | */ | ||
828 | /* | ||
829 | * And for the internal issue/reply queues (we may be able | 825 | * And for the internal issue/reply queues (we may be able |
830 | * to merge these two) | 826 | * to merge these two) |
831 | */ | 827 | */ |