From: Tomas Winkler Date: Mon, 20 Feb 2012 12:46:03 +0000 (+0200) Subject: staging/mei: mei-amt-version - make all function static and used X-Git-Tag: v3.4-rc1~186^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63319ba2d52852e2bf09b93e7024cae07132dd38;p=pandora-kernel.git staging/mei: mei-amt-version - make all function static and used This patch eliminates following type of warnings warning: no previous prototype for '...func...' [-Wmissing-prototypes] For this is a single file example lets make all API-like functions be static. Since all static functions should be used so let's call to amt_host_if_deinit() even if in this example it's not really necessary Signed-off-by: Tomas Winkler Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed