From: Chen Gang Date: Tue, 19 Nov 2013 03:10:43 +0000 (+0800) Subject: arch: hexagon: kernel: add export symbol function __delay() X-Git-Tag: v3.15-rc1~83^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196b933d295975ada570dd8cc6e10b420cc83882;p=pandora-kernel.git arch: hexagon: kernel: add export symbol function __delay() Need add __delay() implementation, or can not pass allmodconfig in next-20131118 tree. The related error: CC kernel/locking/spinlock_debug.o kernel/locking/spinlock_debug.c: In function '__spin_lock_debug': kernel/locking/spinlock_debug.c:114:3: error: implicit declaration of function '__delay' [-Werror=implicit-function-declaration] Signed-off-by: Chen Gang Signed-off-by: Richard Kuo --- Reading git-diff-tree failed