projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1683440
)
staging: vt6655:fix warning for unexported non-static functions
author
Guillaume Clement
<
[email protected]
>
Tue, 22 Jul 2014 20:08:27 +0000
(22:08 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 22 Jul 2014 22:02:08 +0000
(15:02 -0700)
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6655/aes_ccmp.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/aes_ccmp.c
b/drivers/staging/vt6655/aes_ccmp.c
index 4ccfe06481fcc0e8d5ee0a8c8c4ba080e51ec4f5..a25e6cf844ed115572d843fe2e7d5d999c3b7cb6 100644
(file)
--- 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 -------------------------*/