X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fktime.h;h=06177ba10a1617461dbe6803efc22ba6dfb43304;hb=4e8b14526ca7fb046a81c94002c1c43b6fdf0e9b;hp=603bec2913b00ca40086149828f3fcddab32a435;hpb=3bf671af14d591ede9251acb0085e8017f3705e7;p=~andy%2Flinux diff --git a/include/linux/ktime.h b/include/linux/ktime.h index 603bec2913b..06177ba10a1 100644 --- a/include/linux/ktime.h +++ b/include/linux/ktime.h @@ -58,13 +58,6 @@ union ktime { typedef union ktime ktime_t; /* Kill this */ -#define KTIME_MAX ((s64)~((u64)1 << 63)) -#if (BITS_PER_LONG == 64) -# define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC) -#else -# define KTIME_SEC_MAX LONG_MAX -#endif - /* * ktime_t definitions when using the 64-bit scalar representation: */