X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fscsi%2Fmegaraid.h;h=4b75fe619d9cf44c7758d8636cfa47f453891bac;hb=72945b2b90a5554975b8f72673ab7139d232a121;hp=6f9078025748dcf681b4caf5a3aa59a4459c6430;hpb=cb0258a2fb8e434b3b56856603754d998008d9ee;p=linux-2.6-omap-h63xx.git diff --git a/drivers/scsi/megaraid.h b/drivers/scsi/megaraid.h index 6f907802574..4b75fe619d9 100644 --- a/drivers/scsi/megaraid.h +++ b/drivers/scsi/megaraid.h @@ -2,10 +2,10 @@ #define __MEGARAID_H__ #include - +#include #define MEGARAID_VERSION \ - "v2.00.3 (Release Date: Wed Feb 19 08:51:30 EST 2003)\n" + "v2.00.4 (Release Date: Thu Feb 9 08:51:30 EST 2006)\n" /* * Driver features - change the values to enable or disable features in the @@ -889,7 +889,7 @@ typedef struct { scb_t int_scb; Scsi_Cmnd int_scmd; - struct semaphore int_mtx; /* To synchronize the internal + struct mutex int_mtx; /* To synchronize the internal commands */ struct completion int_waitq; /* wait queue for internal cmds */