diff options
author | YueHaibing <[email protected]> | 2021-06-17 11:13:26 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-06-22 23:00:01 -0400 |
commit | 75d645a61cf9c960b20650914386f20f993f81bc (patch) | |
tree | 95b0a38c3b19e12db244fe0b1820f2aa83981bdb /scripts/gdb/linux/config.py | |
parent | 73b306a2bcb75e37b8065aa714ad2c6949c90ebf (diff) |
scsi: ufs: Fix build warning without CONFIG_PM
drivers/scsi/ufs/ufshcd.c:9770:12: warning: ‘ufshcd_rpmb_resume’ defined but not used [-Wunused-function]
static int ufshcd_rpmb_resume(struct device *dev)
^~~~~~~~~~~~~~~~~~
drivers/scsi/ufs/ufshcd.c:9037:12: warning: ‘ufshcd_wl_runtime_resume’ defined but not used [-Wunused-function]
static int ufshcd_wl_runtime_resume(struct device *dev)
^~~~~~~~~~~~~~~~~~~~~~~~
drivers/scsi/ufs/ufshcd.c:9017:12: warning: ‘ufshcd_wl_runtime_suspend’ defined but not used [-Wunused-function]
static int ufshcd_wl_runtime_suspend(struct device *dev)
^~~~~~~~~~~~~~~~~~~~~~~~~
Move it into #ifdef block to fix this.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions