X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68knommu%2Flib%2Fdelay.c;h=5bd5472d38a043a0241c2f493bf1878cee993a81;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7bd4323dc1ab3025e8ea7a19a9cc30e8a0b5f69e;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/m68knommu/lib/delay.c b/arch/m68knommu/lib/delay.c index 7bd4323dc..5bd5472d3 100644 --- a/arch/m68knommu/lib/delay.c +++ b/arch/m68knommu/lib/delay.c @@ -8,9 +8,12 @@ * published by the Free Software Foundation. */ +#include #include #include +EXPORT_SYMBOL(udelay); + void udelay(unsigned long usecs) { _udelay(usecs);