diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 8ec2c86a49d4..42b583b26139 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -20,6 +20,11 @@ | |||
20 | *******************************************************************/ | 20 | *******************************************************************/ |
21 | 21 | ||
22 | #include <scsi/scsi_host.h> | 22 | #include <scsi/scsi_host.h> |
23 | |||
24 | #if defined(CONFIG_DEBUG_FS) && !defined(CONFIG_SCSI_LPFC_DEBUG_FS) | ||
25 | #define CONFIG_SCSI_LPFC_DEBUG_FS | ||
26 | #endif | ||
27 | |||
23 | struct lpfc_sli2_slim; | 28 | struct lpfc_sli2_slim; |
24 | 29 | ||
25 | #define LPFC_PCI_DEV_LP 0x1 | 30 | #define LPFC_PCI_DEV_LP 0x1 |