OSDN Git Service

memory: tegra: Drop <linux/clk-provider.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 6 May 2020 12:32:36 +0000 (14:32 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 22 Jun 2020 11:54:58 +0000 (13:54 +0200)
The Tegra EMC scaling support code is not a clock provider, but merely a
clock consumer, and thus does not need to include
<linux/clk-provider.h>.

Fixes: 0bf368c5b2cf ("memory: tegra: Add EMC scaling support code for Tegra210")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/memory/tegra/tegra210-emc-core.c
drivers/memory/tegra/tegra210-emc.h

index d64ffe2..cdd663b 100644 (file)
@@ -6,7 +6,6 @@
 #include <linux/bitfield.h>
 #include <linux/clk.h>
 #include <linux/clk/tegra.h>
-#include <linux/clk-provider.h>
 #include <linux/debugfs.h>
 #include <linux/delay.h>
 #include <linux/kernel.h>
index 63b3d0a..8988bcf 100644 (file)
@@ -7,7 +7,6 @@
 #define TEGRA210_EMC_H
 
 #include <linux/clk.h>
-#include <linux/clk-provider.h>
 #include <linux/clk/tegra.h>
 #include <linux/io.h>
 #include <linux/platform_device.h>