]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'
authorJingoo Han <jg1.han@samsung.com>
Tue, 6 Aug 2013 01:54:07 +0000 (10:54 +0900)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 03:41:01 +0000 (23:41 -0400)
commit7725a52c03df4dff3ac3fc621749407fb319d47f
treee9ace06a8ce133f0706f3611433549dee916a4ff
parentf936f9b67b7f8c2eae01dd303a0e90bd777c4679
mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'

Include 'dw_mmc-pltfm.h' header file in order to fix the following
sparse warnings:

drivers/mmc/host/dw_mmc-pltfm.c:36:5: warning: symbol 'dw_mci_pltfm_register' was not declared. Should it be static?
drivers/mmc/host/dw_mmc-pltfm.c:94:1: warning: symbol 'dw_mci_pltfm_pmops' was not declared. Should it be static?
drivers/mmc/host/dw_mmc-pltfm.c:118:5: warning: symbol 'dw_mci_pltfm_remove' was not declared. Should it be static?

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-pltfm.c