From: Rashika Kheria Date: Sat, 14 Dec 2013 13:58:24 +0000 (+0530) Subject: amd64_edac: Mark amd64_decode_bus_error as static X-Git-Tag: v3.14-rc1~181^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79db57cef949cfd0fe7f53e30666bd6945ec400a;p=pandora-kernel.git amd64_edac: Mark amd64_decode_bus_error as static This patch marks the function amd64_decode_bus_error() as static because it is not used outside of amd64_edac.c. It also eliminates the following warning: drivers/edac/amd64_edac.c:2038:6: warning: no previous prototype for ‘amd64_decode_bus_error’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Link: http://lkml.kernel.org/r/7cddbd4c69ed493f183383e98853181aaf75b26b.1387029387.git.rashika.kheria@gmail.com Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed