Skip to content

Commit

Permalink
mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>
Browse files Browse the repository at this point in the history
As of commit 4cdc2ec ("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>
  • Loading branch information
geertu authored and esmil committed May 30, 2021
1 parent 7df4a91 commit b6e4694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/dw_mmc-pltfm.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/mmc/host.h>
#include <linux/mmc/mmc.h>
#include <linux/of.h>
#include <linux/clk.h>

#include "dw_mmc.h"
#include "dw_mmc-pltfm.h"
Expand Down

0 comments on commit b6e4694

Please sign in to comment.