diff options
author | 2014-02-25 08:57:44 -0600 | |
---|---|---|
committer | 2014-03-03 14:00:56 -0500 | |
commit | 370aede6a18a41e01f2668108d847b598443fbc0 (patch) | |
tree | 641f93042962fe6c270e16aa7bb9f7d7c464f0c3 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | mmc: sdhci-s3c: Do not allow frequencies higher than requested (diff) | |
download | wireguard-linux-370aede6a18a41e01f2668108d847b598443fbc0.tar.xz wireguard-linux-370aede6a18a41e01f2668108d847b598443fbc0.zip |
mmc: dw_mmc: fix possible build error
Fix the following build errors:
drivers/mmc/host/dw_mmc-k3.c: In function ‘dw_mci_k3_suspend’:
drivers/mmc/host/dw_mmc-k3.c:58:2: error: implicit declaration of
function ‘dw_mci_suspend’ [-Werror=implicit-function-declaration]
ret = dw_mci_suspend(host);
^
drivers/mmc/host/dw_mmc-k3.c: In function ‘dw_mci_k3_resume’:
drivers/mmc/host/dw_mmc-k3.c:76:2: error: implicit declaration of
function ‘dw_mci_resume’ [-Werror=implicit-function-declaration]
return dw_mci_resume(host);
^
drivers/mmc/host/dw_mmc-k3.c: At top level:
drivers/mmc/host/dw_mmc-k3.c:53:12: warning: ‘dw_mci_k3_suspend’ defined
but not used [-Wunused-function]
static int dw_mci_k3_suspend(struct device *dev)
^
drivers/mmc/host/dw_mmc-k3.c:65:12: warning: ‘dw_mci_k3_resume’ defined
but not used [-Wunused-function]
static int dw_mci_k3_resume(struct device *dev)
^
Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions