summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBitan Biswas <bbiswas@nvidia.com>2012-06-28 12:58:41 +0530
committerSimone Willett <swillett@nvidia.com>2012-07-19 15:32:54 -0700
commit5ddd56678b30c53ba76ddafddffdbfdb02c5e9db (patch)
treec563e96fd3706fccb21183af1a327b087bfddce4
parenta741c18a8da46dc51470953a7d931457d589cafb (diff)
ARM: tegra: tegra2 wakeups header cleanup
Removed the unnecessary function prototypes in Tegra2 wakeups header Change-Id: Ia41ce72947902cbc483cc85eaefb3a81d091a9b8 Signed-off-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-on: http://git-master/r/111817 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/wakeups-t2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/wakeups-t2.h b/arch/arm/mach-tegra/wakeups-t2.h
index 955b351a71fa..142d4c76558b 100644
--- a/arch/arm/mach-tegra/wakeups-t2.h
+++ b/arch/arm/mach-tegra/wakeups-t2.h
@@ -27,9 +27,6 @@
#error "Tegra 2 wakeup sources valid only for CONFIG_ARCH_TEGRA_2x_SOC"
#endif
-int tegra_irq_to_wake(int irq);
-int tegra_wake_to_irq(int wake);
-
#define TEGRA_WAKE_GPIO_PO5 0
#define TEGRA_WAKE_GPIO_PV3 1
#define TEGRA_WAKE_GPIO_PL1 2