From: Igor Bezukh Date: Tue, 22 Jul 2014 12:40:05 +0000 (+0300) Subject: Staging: vt6655: removed redundant comments from aes_ccmp.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5a0232aeb10e38501b11ffe322889b45984a8643;p=deliverable%2Flinux.git Staging: vt6655: removed redundant comments from aes_ccmp.h Removed redundant comments from aes_ccmp.h header file Signed-off-by: Igor Bezukh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/aes_ccmp.h b/drivers/staging/vt6655/aes_ccmp.h index cc02e645aa56..fe0c506205d5 100644 --- a/drivers/staging/vt6655/aes_ccmp.h +++ b/drivers/staging/vt6655/aes_ccmp.h @@ -32,15 +32,6 @@ #include "ttype.h" -/*--------------------- Export Definitions -------------------------*/ - -/*--------------------- Export Types ------------------------------*/ - -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Functions --------------------------*/ bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned short wFrameSize); #endif /* __AES_H__ */