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

memory: tegra: Drop <linux/clk-provider.h>

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>

authored by

Geert Uytterhoeven and committed by
Thierry Reding
1b93fadf c3d4eb3b

-2
-1
drivers/memory/tegra/tegra210-emc-core.c
··· 6 6 #include <linux/bitfield.h> 7 7 #include <linux/clk.h> 8 8 #include <linux/clk/tegra.h> 9 - #include <linux/clk-provider.h> 10 9 #include <linux/debugfs.h> 11 10 #include <linux/delay.h> 12 11 #include <linux/kernel.h>
-1
drivers/memory/tegra/tegra210-emc.h
··· 7 7 #define TEGRA210_EMC_H 8 8 9 9 #include <linux/clk.h> 10 - #include <linux/clk-provider.h> 11 10 #include <linux/clk/tegra.h> 12 11 #include <linux/io.h> 13 12 #include <linux/platform_device.h>