diff options
author | Colin Cross <ccross@android.com> | 2011-05-01 21:10:11 (GMT) |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-05-11 15:04:16 (GMT) |
commit | 4dda2d384bc69de260647c3b419967734a4de496 (patch) | |
tree | 856f1f8e1a8593691a1bf4bee1dee760519de04d /arch/arm/mach-tegra/include/mach | |
parent | 938fa349fbc16880feae4b65e56691ca12ede9ab (diff) | |
download | linux-fsl-qoriq-4dda2d384bc69de260647c3b419967734a4de496.tar.xz |
ARM: tegra: irq: Remove PM support
Tegra PM irq support is being improved, remove it for now
until the rest of the platform gets PM support.
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/include/mach')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/legacy_irq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/include/mach/legacy_irq.h b/arch/arm/mach-tegra/include/mach/legacy_irq.h index d898c0e..4c1f535 100644 --- a/arch/arm/mach-tegra/include/mach/legacy_irq.h +++ b/arch/arm/mach-tegra/include/mach/legacy_irq.h @@ -27,9 +27,6 @@ int tegra_legacy_force_irq_status(unsigned int irq); void tegra_legacy_select_fiq(unsigned int irq, bool fiq); unsigned long tegra_legacy_vfiq(int nr); unsigned long tegra_legacy_class(int nr); -int tegra_legacy_irq_set_wake(int irq, int enable); -void tegra_legacy_irq_set_lp1_wake_mask(void); -void tegra_legacy_irq_restore_mask(void); void tegra_init_legacy_irq(void); #endif |