License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / ia64 / include / asm / idle.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
0692698c
JB
2#ifndef _ASM_IA64_IDLE_H
3#define _ASM_IA64_IDLE_H
4
5static inline void enter_idle(void) { }
6static inline void exit_idle(void) { }
7
8#endif /* _ASM_IA64_IDLE_H */