VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Geert Uytterhoeven <geert@linux-m68k.org> 2021-05-27 21:42:26 +0200 committer: Emil Renner Berthing <kernel@esmil.dk> 2021-09-12 14:35:00 +0200 commit: 9accf1454e7d2bc93f7ab9c64f9dcde60333e5ef parent: 76a56235290c299c45c9e69dd25143683554b227
Commit Summary:
mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c
index 73731cd3ba23..9901208be797 100644
--- a/drivers/mmc/host/dw_mmc-pltfm.c
+++ b/drivers/mmc/host/dw_mmc-pltfm.c
@@ -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"