Skip to content

Commit

Permalink
[SCSI] qla2xxx: Remove semaphore.h
Browse files Browse the repository at this point in the history
Now that qla2xxx has been converted to mutexes, it no longer needs the
semaphore include.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 3, 2008
1 parent 315cb0a commit 3fd7f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/qla2xxx/qla_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <linux/firmware.h>
#include <linux/aer.h>
#include <linux/mutex.h>
#include <linux/semaphore.h>

#include <scsi/scsi.h>
#include <scsi/scsi_host.h>
Expand Down

0 comments on commit 3fd7f93

Please sign in to comment.