drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / include / linux / cpuidle_haltpoll.h
blobd50c1e0411a2dda2376ff01e34f01075ebe7a245
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _CPUIDLE_HALTPOLL_H
3 #define _CPUIDLE_HALTPOLL_H
5 #ifdef CONFIG_ARCH_CPUIDLE_HALTPOLL
6 #include <asm/cpuidle_haltpoll.h>
7 #else
8 static inline void arch_haltpoll_enable(unsigned int cpu)
12 static inline void arch_haltpoll_disable(unsigned int cpu)
15 #endif
16 #endif