Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / include / linux / compiler-gcc3.h
index 1b109f0..7965ae5 100644 (file)
@@ -25,8 +25,6 @@
 #if __GNUC_MINOR__ >= 1
 #define  noinline __attribute__((noinline))
 #endif
+#if __GNUC_MINOR__ >= 4
 #define __must_check __attribute__((warn_unused_result))
-
-#if __GNUC_MINOR__ >= 1
-#define  noinline __attribute__((noinline))
 #endif