Commit 6b2a0169 authored by Neil Armstrong's avatar Neil Armstrong Committed by Greg Kroah-Hartman

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: default avatarNeil 'Superna' Armstrong <superna9999@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30d991dd
......@@ -32,6 +32,7 @@
#include "device.h"
#include "80211hdr.h"
#include "aes_ccmp.h"
/*
* SBOX Table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment