Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[powerpc.git] / include / linux / compiler-gcc3.h
index 4209082..1698b84 100644 (file)
@@ -13,3 +13,4 @@
 #define __must_check           __attribute__((warn_unused_result))
 #endif
 
+#define __always_inline                inline __attribute__((always_inline))