[PATCH] staging: vt6656: fix sparse warning

Angus Gibson darthshrine at gmail.com
Mon Apr 14 00:41:07 UTC 2014


This patch fixes the following warning:
drivers/staging/vt6656/aes_ccmp.c:221:6: warning: symbol 'AESbGenCCMP' was not declared. Should it be static?

Signed-off-by: Angus Gibson <darthshrine at gmail.com>
---
 drivers/staging/vt6656/aes_ccmp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vt6656/aes_ccmp.c b/drivers/staging/vt6656/aes_ccmp.c
index e2bfa8d..a9d5168 100644
--- a/drivers/staging/vt6656/aes_ccmp.c
+++ b/drivers/staging/vt6656/aes_ccmp.c
@@ -32,6 +32,7 @@
 
 #include "device.h"
 #include "80211hdr.h"
+#include "aes_ccmp.h"
 
 /*
  * SBOX Table
-- 
1.9.2



More information about the devel mailing list