From: Neil Armstrong Date: Fri, 11 Apr 2014 12:59:55 +0000 (+0200) Subject: staging: vt6656: fix bad symbol declaration X-Git-Tag: next-20140428~14^2~253 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6b2a01696489cf9c0d98b85dca0aed7ae280e855;p=karo-tx-linux.git staging: vt6656: fix bad symbol declaration With sparse, the following error appears : CHECK drivers/staging/vt6656/aes_ccmp.c drivers/staging/vt6656/aes_ccmp.c:221:6: warning: symbol 'AESbGenCCMP' was not declared. Should it be static? Add correct include header in order to have function declaration. Signed-off-by: Neil 'Superna' Armstrong Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/aes_ccmp.c b/drivers/staging/vt6656/aes_ccmp.c index e2bfa8d266cd..a9d51687db7f 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