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/gpio.c | |
parent | 538bd3cc196f55b02614b3b19c48656251464b74 (diff) | |
download | lwn-2ea67fd145397c1409ffc85b2210ccf7ef69a183.tar.gz lwn-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/gpio.c')
-rw-r--r-- | arch/arm/mach-tegra/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/gpio.c b/arch/arm/mach-tegra/gpio.c index ad8048801513..132dcd6833a2 100644 --- a/arch/arm/mach-tegra/gpio.c +++ b/arch/arm/mach-tegra/gpio.c @@ -25,6 +25,7 @@ #include <linux/gpio.h> #include <mach/iomap.h> +#include <mach/suspend.h> #define GPIO_BANK(x) ((x) >> 5) #define GPIO_PORT(x) (((x) >> 3) & 0x3) |