Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / arch / arm / lib / delay.c
index 2cef11884857dd952f1f3e99bb259470fd3e3d78..69aad80a3af4bd7bfe8f4369bd0e09ac413ff39f 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/export.h>
 #include <linux/timex.h>
 
 /*
@@ -34,6 +35,7 @@ struct arm_delay_ops arm_delay_ops __ro_after_init = {
        .const_udelay   = __loop_const_udelay,
        .udelay         = __loop_udelay,
 };
+EXPORT_SYMBOL(arm_delay_ops);
 
 static const struct delay_timer *delay_timer;
 static bool delay_calibrated;
This page took 0.025635 seconds and 5 git commands to generate.