aboutsummaryrefslogtreecommitdiffstats
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 @@
1// don't do this unless you have the right hardware!
2#define TRIGGERABLE_HBA 0
3#if TRIGGERABLE_HBA
4void TriggerHBA( void*, int);
5#else
6#define TriggerHBA(x, y)
7#endif
8