Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>

As of commit 4cdc2ec1da322776 ("mmc: dw_mmc: move rockchip related code
to a separate file"), dw_mmc-pltfm.c no longer uses the clock API.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Link: https://lore.kernel.org/r/20210527194226.1705607-1-geert@linux-m68k.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Geert Uytterhoeven and committed by
Ulf Hansson
de905475 dd646d98

-1
-1
drivers/mmc/host/dw_mmc-pltfm.c
··· 17 17 #include <linux/mmc/host.h> 18 18 #include <linux/mmc/mmc.h> 19 19 #include <linux/of.h> 20 - #include <linux/clk.h> 21 20 22 21 #include "dw_mmc.h" 23 22 #include "dw_mmc-pltfm.h"