diff mbox series

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

Message ID 20210527194226.1705607-1-geert@linux-m68k.org (mailing list archive)
State New, archived
Headers show
Series mmc: dw_mmc-pltfm: Remove unused <linux/clk.h> | expand

Commit Message

Geert Uytterhoeven May 27, 2021, 7:42 p.m. UTC
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>
---
 drivers/mmc/host/dw_mmc-pltfm.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Jaehoon Chung May 27, 2021, 11:57 p.m. UTC | #1
On 5/28/21 4:42 AM, Geert Uytterhoeven wrote:
> 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>

Best Regards,
Jaehoon Chung

> ---
>  drivers/mmc/host/dw_mmc-pltfm.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c
> index 73731cd3ba2315e3..9901208be7973f67 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"
>
Ulf Hansson May 31, 2021, 10:16 a.m. UTC | #2
On Thu, 27 May 2021 at 21:42, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> 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>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/dw_mmc-pltfm.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c
> index 73731cd3ba2315e3..9901208be7973f67 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"
> --
> 2.25.1
>
diff mbox series

Patch

diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c
index 73731cd3ba2315e3..9901208be7973f67 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"