summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Clement <gclement@baobob.org>2014-07-22 22:08:27 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-22 15:02:08 -0700
commite7a3cd595abc8735da1d82faf4cb9eef9b80887a (patch)
tree3b370d5ff08414337990e1a8294b6d16dea54685
parent1683440595ea33cc019fb8524b04319cf82bc6ac (diff)
downloadop-kernel-dev-e7a3cd595abc8735da1d82faf4cb9eef9b80887a.zip
op-kernel-dev-e7a3cd595abc8735da1d82faf4cb9eef9b80887a.tar.gz
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>
-rw-r--r--drivers/staging/vt6655/aes_ccmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vt6655/aes_ccmp.c b/drivers/staging/vt6655/aes_ccmp.c
index 4ccfe06..a25e6cf 100644
--- a/drivers/staging/vt6655/aes_ccmp.c
+++ b/drivers/staging/vt6655/aes_ccmp.c
@@ -35,6 +35,7 @@
#include "device.h"
#include "80211hdr.h"
+#include "aes_ccmp.h"
/*--------------------- Static Definitions -------------------------*/
OpenPOWER on IntegriCloud