]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f955a528f37d7f5dec2a4d2e9e32a0bae334b39
tree985f85405c0e54e1b8e98a4e4497750cc48c09a3
parent27057fd0202615bae518c2d7e3cd57a29ebd2ee1
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