Skip to content

Commit 1b93fad

Browse files
geertuthierryreding
authored andcommitted
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: 0bf368c ("memory: tegra: Add EMC scaling support code for Tegra210") Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent c3d4eb3 commit 1b93fad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/memory/tegra/tegra210-emc-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <linux/bitfield.h>
77
#include <linux/clk.h>
88
#include <linux/clk/tegra.h>
9-
#include <linux/clk-provider.h>
109
#include <linux/debugfs.h>
1110
#include <linux/delay.h>
1211
#include <linux/kernel.h>

drivers/memory/tegra/tegra210-emc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#define TEGRA210_EMC_H
88

99
#include <linux/clk.h>
10-
#include <linux/clk-provider.h>
1110
#include <linux/clk/tegra.h>
1211
#include <linux/io.h>
1312
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)