diff options
author | James Smart <James.Smart@Emulex.Com> | 2008-12-04 22:40:07 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 11:24:28 -0600 |
commit | 923e4b6a72e5643fb2373a62e8563827a51520dc (patch) | |
tree | 532cdbf6ce1d8b71480192989d46c858a1eb4567 /drivers/scsi/lpfc/lpfc.h | |
parent | e2a0a9d69ce224c6f5b72515d81150e6bf4a905a (diff) | |
download | linux-3.10-923e4b6a72e5643fb2373a62e8563827a51520dc.tar.gz linux-3.10-923e4b6a72e5643fb2373a62e8563827a51520dc.tar.bz2 linux-3.10-923e4b6a72e5643fb2373a62e8563827a51520dc.zip |
[SCSI] lpfc 8.3.0 : Hook lpfc's debugfs into Kconfig
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 960ba307613..dcba267db71 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h @@ -376,7 +376,7 @@ struct lpfc_vport { struct fc_vport *fc_vport; -#ifdef CONFIG_LPFC_DEBUG_FS +#ifdef CONFIG_SCSI_LPFC_DEBUG_FS struct dentry *debug_disc_trc; struct dentry *debug_nodelist; struct dentry *vport_debugfs_root; @@ -621,7 +621,7 @@ struct lpfc_hba { unsigned long last_rsrc_error_time; unsigned long last_ramp_down_time; unsigned long last_ramp_up_time; -#ifdef CONFIG_LPFC_DEBUG_FS +#ifdef CONFIG_SCSI_LPFC_DEBUG_FS struct dentry *hba_debugfs_root; atomic_t debugfs_vport_count; struct dentry *debug_hbqinfo; |