X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Frk_sdmmc.c;h=27b114179fe264a5fdbfdd9a3b79426b331e9d23;hb=2909a86c7b77392554b36148e4a44315977c2f18;hp=1d0a2737331e61206e10f499bf158a4a588e7539;hpb=a4b7d044d67684e8a28a9e98473a2cfaf521cabc;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/mmc/host/rk_sdmmc.c b/drivers/mmc/host/rk_sdmmc.c index 1d0a2737331e..27b114179fe2 100755 --- a/drivers/mmc/host/rk_sdmmc.c +++ b/drivers/mmc/host/rk_sdmmc.c @@ -53,6 +53,7 @@ #include "rk_sdmmc_dbg.h" #include #include "../../clk/rockchip/clk-ops.h" +#include #define RK_SDMMC_DRIVER_VERSION "Ver 2.00 2015-06-10" @@ -111,7 +112,6 @@ static inline bool dw_mci_fifo_reset(struct dw_mci *host); static inline bool dw_mci_ctrl_all_reset(struct dw_mci *host); static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset); static void dw_mci_disable_low_power(struct dw_mci_slot *slot); -extern void rk_send_wakeup_key(void); #if defined(CONFIG_DEBUG_FS) static int dw_mci_req_show(struct seq_file *s, void *v)