Merge tag 'qcom-dt-for-3.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/galak...
[deliverable/linux.git] / arch / arm64 / include / asm / cpuidle.h
1 #ifndef __ASM_CPUIDLE_H
2 #define __ASM_CPUIDLE_H
3
4 #ifdef CONFIG_CPU_IDLE
5 extern int cpu_init_idle(unsigned int cpu);
6 #else
7 static inline int cpu_init_idle(unsigned int cpu)
8 {
9 return -EOPNOTSUPP;
10 }
11 #endif
12
13 #endif
This page took 0.03191 seconds and 6 git commands to generate.