diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-11 07:19:06 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-17 08:58:43 -0400 |
commit | 7232398abc6a7186e315425638c367d50c674718 (patch) | |
tree | 874b08603b104c3b42a07cb7c1402a8f3bcf5ec0 /arch/arm/mach-tegra/board.h | |
parent | 24fa5af81059af90c723bec6aacc3cd2b2809d14 (diff) |
ARM: tegra: Convert PMC to a driver
This commit converts the PMC support code to a platform driver. Because
the boot process needs to call into this driver very early, also set up
a minimal environment via an early initcall.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r-- | arch/arm/mach-tegra/board.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h index bcf5dbf69d58..da90c89296b9 100644 --- a/arch/arm/mach-tegra/board.h +++ b/arch/arm/mach-tegra/board.h | |||
@@ -28,13 +28,6 @@ | |||
28 | void __init tegra_map_common_io(void); | 28 | void __init tegra_map_common_io(void); |
29 | void __init tegra_init_irq(void); | 29 | void __init tegra_init_irq(void); |
30 | 30 | ||
31 | int __init tegra_powergate_init(void); | ||
32 | #if defined(CONFIG_ARCH_TEGRA_2x_SOC) && defined(CONFIG_DEBUG_FS) | ||
33 | int __init tegra_powergate_debugfs_init(void); | ||
34 | #else | ||
35 | static inline int tegra_powergate_debugfs_init(void) { return 0; } | ||
36 | #endif | ||
37 | |||
38 | void __init tegra_paz00_wifikill_init(void); | 31 | void __init tegra_paz00_wifikill_init(void); |
39 | 32 | ||
40 | #endif | 33 | #endif |