mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'
authorJingoo Han <[email protected]>
Tue, 6 Aug 2013 01:54:07 +0000 (10:54 +0900)
committerChris Ball <[email protected]>
Sun, 25 Aug 2013 03:41:01 +0000 (23:41 -0400)
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 <[email protected]>
Signed-off-by: Jingoo Han <[email protected]>
Acked-by: Seungwon Jeon <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
drivers/mmc/host/dw_mmc-pltfm.c

index ee525565aa77bc03ff08a5a258bedbcb454094e7..20897529ea5e10185a3d39864755ccdbeb8fea6b 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/of.h>
 
 #include "dw_mmc.h"
+#include "dw_mmc-pltfm.h"
 
 static void dw_mci_rockchip_prepare_command(struct dw_mci *host, u32 *cmdr)
 {