From: Michal Simek Date: Thu, 18 Dec 2014 14:45:38 +0000 (+0100) Subject: microblaze: Mark get_frame_size as static X-Git-Tag: fixes-v4.0-rc1~163^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e14ebe417c7c4e58c50ef143d99d797757749762;p=pandora-kernel.git microblaze: Mark get_frame_size as static It is used only locally in unwind.c. The patch removes warning: arch/microblaze/kernel/unwind.c:62:13: warning: no previous prototype for 'get_frame_size' [-Wmissing-prototypes] inline long get_frame_size(unsigned long instr) Signed-off-by: Michal Simek --- Reading git-diff-tree failed