staging: vt6656: fix bad symbol declaration
authorNeil Armstrong <superna9999@gmail.com>
Fri, 11 Apr 2014 12:59:55 +0000 (14:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Apr 2014 23:10:29 +0000 (16:10 -0700)
commit6b2a01696489cf9c0d98b85dca0aed7ae280e855
tree985f85405c0e54e1b8e98a4e4497750cc48c09a3
parent30d991dd44ded3288c373246f9fd8eaee291584a
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>
drivers/staging/vt6656/aes_ccmp.c