Merge branches 'for-3.8/upstream-fixes', 'for-3.9/hid-sensor', 'for-3.9/hidraw' and...
[sfrench/cifs-2.6.git] / arch / alpha / include / asm / compiler.h
1 #ifndef __ALPHA_COMPILER_H
2 #define __ALPHA_COMPILER_H
3
4 #include <uapi/asm/compiler.h>
5
6 /* Some idiots over in <linux/compiler.h> thought inline should imply
7    always_inline.  This breaks stuff.  We'll include this file whenever
8    we run into such problems.  */
9
10 #include <linux/compiler.h>
11 #undef inline
12 #undef __inline__
13 #undef __inline
14 #undef __always_inline
15 #define __always_inline         inline __attribute__((always_inline))
16
17 #endif /* __ALPHA_COMPILER_H */