diff options
author | Colin Cross <ccross@android.com> | 2010-10-04 08:49:49 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-02-09 21:57:01 -0800 |
commit | 2ea67fd145397c1409ffc85b2210ccf7ef69a183 (patch) | |
tree | 9436d3ea6f440954f29e5bfefb1c3b763cd0400b /arch/arm/mach-tegra/tegra2_clocks.c | |
parent | 538bd3cc196f55b02614b3b19c48656251464b74 (diff) | |
download | linux-stable-2ea67fd145397c1409ffc85b2210ccf7ef69a183.tar.gz linux-stable-2ea67fd145397c1409ffc85b2210ccf7ef69a183.tar.bz2 linux-stable-2ea67fd145397c1409ffc85b2210ccf7ef69a183.zip |
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 @@ #include <linux/clkdev.h> #include <mach/iomap.h> +#include <mach/suspend.h> #include "clock.h" #include "fuse.h" |