mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-11 12:20:49 -04:00
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 <superna9999@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
30d991dd44
commit
6b2a016964
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "device.h"
|
||||
#include "80211hdr.h"
|
||||
#include "aes_ccmp.h"
|
||||
|
||||
/*
|
||||
* SBOX Table
|
||||
|
||||
Reference in New Issue
Block a user