diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2018-04-09 15:28:30 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-04-27 05:23:52 -0400 |
commit | 85dce8918f90f71fc86ae822dd8cf4b738274f7e (patch) | |
tree | e377f278b769e093e4add12aac631e7571a2a6a1 /drivers/memory | |
parent | 1c74d5c0de0c2cc29fef97a19251da2ad6f579bd (diff) |
memory: tegra: Remove unused headers inclusions
Tegra210 contains some unused leftover headers, remove them for
consistency.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/memory')
-rw-r--r-- | drivers/memory/tegra/tegra210.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/memory/tegra/tegra210.c b/drivers/memory/tegra/tegra210.c index 3b8d0100088c..b729f49ffc8f 100644 --- a/drivers/memory/tegra/tegra210.c +++ b/drivers/memory/tegra/tegra210.c | |||
@@ -6,11 +6,6 @@ | |||
6 | * published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/of.h> | ||
10 | #include <linux/mm.h> | ||
11 | |||
12 | #include <asm/cacheflush.h> | ||
13 | |||
14 | #include <dt-bindings/memory/tegra210-mc.h> | 9 | #include <dt-bindings/memory/tegra210-mc.h> |
15 | 10 | ||
16 | #include "mc.h" | 11 | #include "mc.h" |