From: Michal Simek Date: Thu, 13 Dec 2012 16:47:55 +0000 (+0100) Subject: microblaze: lib: Add lib function declarations X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f2a45bd81ad2362b61fe2dc6fa202ae18308b7b;p=pandora-kernel.git microblaze: lib: Add lib function declarations Function declarations fix these sparse warnings: arch/microblaze/lib/ashldi3.c:5:11: warning: symbol '__ashldi3' was not declared. Should it be static? arch/microblaze/lib/muldi3.c:50:8: warning: symbol '__muldi3' was not declared. Should it be static? arch/microblaze/lib/cmpdi2.c:5:11: warning: symbol '__cmpdi2' was not declared. Should it be static? arch/microblaze/lib/lshrdi3.c:5:11: warning: symbol '__lshrdi3' was not declared. Should it be static? arch/microblaze/lib/ashrdi3.c:5:11: warning: symbol '__ashrdi3' was not declared. Should it be static? arch/microblaze/lib/ucmpdi2.c:5:11: warning: symbol '__ucmpdi2' was not declared. Should it be static? Signed-off-by: Michal Simek --- Reading git-diff-tree failed