diff options
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r-- | arch/arm/mach-tegra/board.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h index 65014968fc6c..f88e5143c767 100644 --- a/arch/arm/mach-tegra/board.h +++ b/arch/arm/mach-tegra/board.h | |||
@@ -46,5 +46,14 @@ int __init tegra_powergate_debugfs_init(void); | |||
46 | static inline int tegra_powergate_debugfs_init(void) { return 0; } | 46 | static inline int tegra_powergate_debugfs_init(void) { return 0; } |
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | int __init harmony_regulator_init(void); | ||
50 | #ifdef CONFIG_TEGRA_PCI | ||
51 | int __init harmony_pcie_init(void); | ||
52 | #else | ||
53 | static inline int harmony_pcie_init(void) { return 0; } | ||
54 | #endif | ||
55 | |||
56 | void __init tegra_paz00_wifikill_init(void); | ||
57 | |||
49 | extern struct sys_timer tegra_timer; | 58 | extern struct sys_timer tegra_timer; |
50 | #endif | 59 | #endif |