aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cpqfcTStrigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/cpqfcTStrigger.h')
-rw-r--r--drivers/scsi/cpqfcTStrigger.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/cpqfcTStrigger.h b/drivers/scsi/cpqfcTStrigger.h
deleted file mode 100644
index c961792e6be..00000000000
--- a/drivers/scsi/cpqfcTStrigger.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// don't do this unless you have the right hardware!
-#define TRIGGERABLE_HBA 0
-#if TRIGGERABLE_HBA
-void TriggerHBA( void*, int);
-#else
-#define TriggerHBA(x, y)
-#endif
-