aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Hunter <jonathanh@nvidia.com>2017-03-28 08:42:53 -0400
committerThierry Reding <treding@nvidia.com>2017-04-04 09:43:52 -0400
commit07d76e953b5ec616f3d4c2d807e911e37312dc72 (patch)
tree49bf2871658a60b02fae4fdaebcd670f5707c8d0
parent1859217bec83ebd1b4a220df396905a87285129b (diff)
ARM: tegra: Remove unnecessary inclusion of flowctrl header
The Tegra flowctrl.h header is included unnecessarily by the Tegra sleep.S source file. Remove this unnecessary inclusion. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/sleep.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index f024a5109e8e..5e3496753df1 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -30,8 +30,6 @@
30#include <asm/hardware/cache-l2x0.h> 30#include <asm/hardware/cache-l2x0.h>
31 31
32#include "iomap.h" 32#include "iomap.h"
33
34#include "flowctrl.h"
35#include "sleep.h" 33#include "sleep.h"
36 34
37#define CLK_RESET_CCLK_BURST 0x20 35#define CLK_RESET_CCLK_BURST 0x20