MSI: arch must connect the irq and the msi_desc
[deliverable/linux.git] / kernel / hrtimer.c
index b74860aaf5f18713a2ff4c7a0719969bd86496fd..1b3033105b40ed0896cc7658c1cfeb9b8885a73e 100644 (file)
@@ -59,6 +59,7 @@ ktime_t ktime_get(void)
 
        return timespec_to_ktime(now);
 }
+EXPORT_SYMBOL_GPL(ktime_get);
 
 /**
  * ktime_get_real - get the real (wall-) time in ktime_t format
@@ -278,6 +279,8 @@ ktime_t ktime_add_ns(const ktime_t kt, u64 nsec)
 
        return ktime_add(kt, tmp);
 }
+
+EXPORT_SYMBOL_GPL(ktime_add_ns);
 # endif /* !CONFIG_KTIME_SCALAR */
 
 /*
This page took 0.027201 seconds and 5 git commands to generate.