diff options
author | 2016-08-29 18:19:00 +0800 | |
---|---|---|
committer | 2016-09-04 01:28:08 -0400 | |
commit | 151770524b73816a00a785bd613ea80398b33190 (patch) | |
tree | f570136a62a3405a4b473f4373aa4f9c6deb4f78 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | scsi: sr: constify sr_pm_ops structure (diff) | |
download | linux-dev-151770524b73816a00a785bd613ea80398b33190.tar.xz linux-dev-151770524b73816a00a785bd613ea80398b33190.zip |
scsi: ufs: Add missing header dependencies for tc-dwc-g210
We get 2 warnings when build kernel with W=1:
drivers/scsi/ufs/tc-dwc-g210.c:261:5: warning: no previous prototype for 'tc_dwc_g210_config_40_bit' [-Wmissing-prototypes]
drivers/scsi/ufs/tc-dwc-g210.c:293:5: warning: no previous prototype for 'tc_dwc_g210_config_20_bit' [-Wmissing-prototypes]
In fact, these functions are declared in ufs/tc-dwc-g210.h, so this
patch add missing header dependencies
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions