aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 960ba307613a..dcba267db711 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -376,7 +376,7 @@ struct lpfc_vport {
376 376
377 struct fc_vport *fc_vport; 377 struct fc_vport *fc_vport;
378 378
379#ifdef CONFIG_LPFC_DEBUG_FS 379#ifdef CONFIG_SCSI_LPFC_DEBUG_FS
380 struct dentry *debug_disc_trc; 380 struct dentry *debug_disc_trc;
381 struct dentry *debug_nodelist; 381 struct dentry *debug_nodelist;
382 struct dentry *vport_debugfs_root; 382 struct dentry *vport_debugfs_root;
@@ -621,7 +621,7 @@ struct lpfc_hba {
621 unsigned long last_rsrc_error_time; 621 unsigned long last_rsrc_error_time;
622 unsigned long last_ramp_down_time; 622 unsigned long last_ramp_down_time;
623 unsigned long last_ramp_up_time; 623 unsigned long last_ramp_up_time;
624#ifdef CONFIG_LPFC_DEBUG_FS 624#ifdef CONFIG_SCSI_LPFC_DEBUG_FS
625 struct dentry *hba_debugfs_root; 625 struct dentry *hba_debugfs_root;
626 atomic_t debugfs_vport_count; 626 atomic_t debugfs_vport_count;
627 struct dentry *debug_hbqinfo; 627 struct dentry *debug_hbqinfo;