From: Guillaume Clement Date: Tue, 22 Jul 2014 20:08:27 +0000 (+0200) Subject: staging: vt6655:fix warning for unexported non-static functions X-Git-Tag: cleanup-for-v3.18~125^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a3cd595abc8735da1d82faf4cb9eef9b80887a;p=pandora-kernel.git staging: vt6655:fix warning for unexported non-static functions There is one function in aes_ccmp.c which is exported, but sparse sees it unexported because it doesn't include the header that exports it. Signed-off-by: Guillaume Clement Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed