timekeeping: Remove timespec64 hack
[linux-2.6-block.git] / kernel / time / time.c
index ccd751e95fcbac972ec3c596b0e59b53b0a345c7..6fa99213fc720e4b77c467ae69a87007c22b37d2 100644 (file)
@@ -407,7 +407,6 @@ time64_t mktime64(const unsigned int year0, const unsigned int mon0,
 }
 EXPORT_SYMBOL(mktime64);
 
-#if __BITS_PER_LONG == 32
 /**
  * set_normalized_timespec - set timespec sec and nsec parts and normalize
  *
@@ -468,7 +467,6 @@ struct timespec ns_to_timespec(const s64 nsec)
        return ts;
 }
 EXPORT_SYMBOL(ns_to_timespec);
-#endif
 
 /**
  * ns_to_timeval - Convert nanoseconds to timeval