[PATCH] remove gcc-2 checks
[linux-flexiantxendom0-natty.git] / include / linux / byteorder / swab.h
index 2f1cb77..25f7f32 100644 (file)
 /*
  * Allow constant folding
  */
-#if defined(__GNUC__) && (__GNUC__ >= 2) && defined(__OPTIMIZE__)
+#if defined(__GNUC__) && defined(__OPTIMIZE__)
 #  define __swab16(x) \
 (__builtin_constant_p((__u16)(x)) ? \
  ___swab16((x)) : \