vserver 1.9.5.x5
[linux-2.6.git] / arch / m68knommu / lib / delay.c
index 7bd4323..5bd5472 100644 (file)
@@ -8,9 +8,12 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/module.h>
 #include <asm/param.h>
 #include <asm/delay.h>
 
+EXPORT_SYMBOL(udelay);
+
 void udelay(unsigned long usecs)
 {
        _udelay(usecs);