OSDN Git Service

staging: vt6655:fix warning for unexported non-static functions
authorGuillaume Clement <gclement@baobob.org>
Tue, 22 Jul 2014 20:08:27 +0000 (22:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 22:02:08 +0000 (15:02 -0700)
commite7a3cd595abc8735da1d82faf4cb9eef9b80887a
tree3b370d5ff08414337990e1a8294b6d16dea54685
parent1683440595ea33cc019fb8524b04319cf82bc6ac
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 <gclement@baobob.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/aes_ccmp.c