From 6b2a01696489cf9c0d98b85dca0aed7ae280e855 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 11 Apr 2014 14:59:55 +0200 Subject: [PATCH] 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 --- Reading git-format-patch failed