]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/alpha/include/asm/compiler.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / alpha / include / asm / compiler.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef __ALPHA_COMPILER_H
3#define __ALPHA_COMPILER_H
4
96433f6e 5#include <uapi/asm/compiler.h>
1da177e4 6
1da177e4
LT
7/* Some idiots over in <linux/compiler.h> thought inline should imply
8 always_inline. This breaks stuff. We'll include this file whenever
9 we run into such problems. */
10
11#include <linux/compiler.h>
12#undef inline
13#undef __inline__
14#undef __inline
7243cc05
IK
15#undef __always_inline
16#define __always_inline inline __attribute__((always_inline))
1da177e4
LT
17
18#endif /* __ALPHA_COMPILER_H */