X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Fatomic.h;h=5ead89921924cd428bd19ef1339e79295c23372f;hb=9143c6d5444e809b9d411c07a8dae94c151668ae;hp=51920c4a03fe673a36edb4c3b70d71e18614dcd8;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/wrapper/atomic.h b/wrapper/atomic.h index 51920c4a..5ead8992 100644 --- a/wrapper/atomic.h +++ b/wrapper/atomic.h @@ -11,11 +11,7 @@ #define _LTTNG_WRAPPER_ATOMIC_H #include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) #include -#else -#include -#endif #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0)) static inline void lttng_smp_mb__before_atomic(void)