Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

m32r: export __ndelay

ERROR: "__ndelay" [drivers/spi/spi_bitbang.ko] undefined!

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>

authored by

Adrian Bunk and committed by
Hirokazu Takata
4b65fd41 affa6b12

+2
+2
arch/m32r/lib/delay.c
··· 6 6 */ 7 7 8 8 #include <linux/param.h> 9 + #include <linux/module.h> 9 10 #ifdef CONFIG_SMP 10 11 #include <linux/sched.h> 11 12 #include <asm/current.h> ··· 122 121 { 123 122 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ 124 123 } 124 + EXPORT_SYMBOL(__ndelay);