]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/byteorder/swabb.h
[PATCH] remove gcc-2 checks
[karo-tx-linux.git] / include / linux / byteorder / swabb.h
index d5f2a320510930ce7d673ed11ed2f30c96d5994f..ae5e5f914bf4a082b1f12e3956f4e868011710db 100644 (file)
@@ -77,7 +77,7 @@
 /*
  * Allow constant folding
  */
-#if defined(__GNUC__) && (__GNUC__ >= 2) && defined(__OPTIMIZE__)
+#if defined(__GNUC__) && defined(__OPTIMIZE__)
 #  define __swahw32(x) \
 (__builtin_constant_p((__u32)(x)) ? \
  ___swahw32((x)) : \