Whamcloud - gitweb
support for sles10 kernel in lustre.
[fs/lustre-release.git] / lustre / obdclass / lu_time.c
index 3883c77..5a11f00 100644 (file)
@@ -151,7 +151,6 @@ unsigned long long lu_time_stamp_get(void)
         * do_gettimeofday() goes backwards sometimes :(.  Usethe TSC
         */
        unsigned long long ret;
-       extern unsigned long cpu_khz;
 
        rdtscll(ret);
        do_div(ret, cpu_khz / 1000);