diff options
author | Colin Cross <ccross@android.com> | 2010-10-04 11:49:49 -0400 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-02-10 00:57:01 -0500 |
commit | 2ea67fd145397c1409ffc85b2210ccf7ef69a183 (patch) | |
tree | 9436d3ea6f440954f29e5bfefb1c3b763cd0400b /arch/arm/mach-tegra/tegra2_clocks.c | |
parent | 538bd3cc196f55b02614b3b19c48656251464b74 (diff) |
ARM: tegra: Add prototypes for subsystem suspend functions
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra2_clocks.c')
-rw-r--r-- | arch/arm/mach-tegra/tegra2_clocks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c index f0dae6d8ba52..2dd2b031a853 100644 --- a/arch/arm/mach-tegra/tegra2_clocks.c +++ b/arch/arm/mach-tegra/tegra2_clocks.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/clkdev.h> | 27 | #include <linux/clkdev.h> |
28 | 28 | ||
29 | #include <mach/iomap.h> | 29 | #include <mach/iomap.h> |
30 | #include <mach/suspend.h> | ||
30 | 31 | ||
31 | #include "clock.h" | 32 | #include "clock.h" |
32 | #include "fuse.h" | 33 | #include "fuse.h" |