|
@@ -14,7 +14,7 @@
|
|
#ifndef __SOC_TEGRA_CPUIDLE_H__
|
|
#ifndef __SOC_TEGRA_CPUIDLE_H__
|
|
#define __SOC_TEGRA_CPUIDLE_H__
|
|
#define __SOC_TEGRA_CPUIDLE_H__
|
|
|
|
|
|
-#if defined(CONFIG_ARM) && defined(CONFIG_CPU_IDLE)
|
|
|
|
|
|
+#if defined(CONFIG_ARM) && defined(CONFIG_ARCH_TEGRA) && defined(CONFIG_CPU_IDLE)
|
|
void tegra_cpuidle_pcie_irqs_in_use(void);
|
|
void tegra_cpuidle_pcie_irqs_in_use(void);
|
|
#else
|
|
#else
|
|
static inline void tegra_cpuidle_pcie_irqs_in_use(void)
|
|
static inline void tegra_cpuidle_pcie_irqs_in_use(void)
|