summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.h
diff options
context:
space:
mode:
authorStanislav Nijnikov <stanislav.nijnikov@wdc.com>2018-02-15 13:14:01 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2018-02-16 00:34:24 +0100
commitcbb6813ee771abc17a713432f31820581eafd4ae (patch)
treea63d6143f360924111ae1b4ccd2b4389df33f8df /drivers/scsi/ufs/ufshcd.h
parentscsi: scsi_debug: call resp_*() function after setting host_scribble (diff)
downloadlinux-cbb6813ee771abc17a713432f31820581eafd4ae.tar.xz
linux-cbb6813ee771abc17a713432f31820581eafd4ae.zip
scsi: ufs: sysfs: attribute group for existing sysfs entries.
This patch introduces attribute group to show existing sysfs entries. Signed-off-by: Stanislav Nijnikov <stanislav.nijnikov@wdc.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/ufs/ufshcd.h')
-rw-r--r--drivers/scsi/ufs/ufshcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h
index 1332e544da92..53e2779f9d06 100644
--- a/drivers/scsi/ufs/ufshcd.h
+++ b/drivers/scsi/ufs/ufshcd.h
@@ -985,4 +985,6 @@ static inline void ufshcd_vops_dbg_register_dump(struct ufs_hba *hba)
hba->vops->dbg_register_dump(hba);
}
+extern struct ufs_pm_lvl_states ufs_pm_lvl_states[];
+
#endif /* End of Header */