]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/byteorder/swab.h
[PATCH] remove gcc-2 checks
[linux-2.6-omap-h63xx.git] / include / linux / byteorder / swab.h
index 2f1cb775125abe39eef09908078a287bb763ec29..25f7f32883ec8667c4c464c2ff43f36a73aad27c 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)) : \