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>
This commit is contained in:
Geert Uytterhoeven 2020-05-06 14:32:36 +02:00 коммит произвёл Thierry Reding
Родитель c3d4eb3bf6
Коммит 1b93fadf2a
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>