From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:29 +0000 (+0200) Subject: sparc32: fix sparse warnings in windows.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8ee361aea9d95cc652490a347bb68072579dc9;p=pandora-kernel.git sparc32: fix sparse warnings in windows.c Fix following warnings: windows.c:16:6: warning: symbol 'flush_user_windows' was not declared. Should it be static? windows.c:109:6: warning: symbol 'try_to_clear_window_buffer' was not declared. Should it be static? Add missing include of cacheflush.h + add declaration of try_to_clear_window_buffer in kernel.h Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed