summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sysfs-cluster.c
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-21 12:24:05 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:55:43 -0700
commitd7dadd19ab3d26e65558d2aca0788a967a94a11e (patch)
tree1947cf7d2997836bd3dae8b9346e2acc1b4a995d /arch/arm/mach-tegra/sysfs-cluster.c
parent56cda81db4437f16e83e4806ff7232f0781d35ce (diff)
ARM: tegra: power: Consolidate power management flags
Consolidate all of the power management control flags in one header and adjust the values of the software flags so that they do not conflict with the values of the hardware flags. Change-Id: I7971d274946d84dcc50bd9d9e0190091ebbefa2e Signed-off-by: Scott Williams <scwilliams@nvidia.com> Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R29d2420a74f977c16f73b1abd9ca7470695a53f4
Diffstat (limited to 'arch/arm/mach-tegra/sysfs-cluster.c')
-rw-r--r--arch/arm/mach-tegra/sysfs-cluster.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sysfs-cluster.c b/arch/arm/mach-tegra/sysfs-cluster.c
index bf99e87f46b0..3aa51dd51ae4 100644
--- a/arch/arm/mach-tegra/sysfs-cluster.c
+++ b/arch/arm/mach-tegra/sysfs-cluster.c
@@ -86,9 +86,10 @@
#include <linux/io.h>
#include <linux/clk.h>
+#include "clock.h"
#include "iomap.h"
+#include "sleep.h"
#include "pm.h"
-#include "clock.h"
#define SYSFS_CLUSTER_PRINTS 1 /* Nonzero: enable status prints */
#define SYSFS_CLUSTER_TRACE_PRINTS 0 /* Nonzero: enable trace prints */