From 5a0232aeb10e38501b11ffe322889b45984a8643 Mon Sep 17 00:00:00 2001 From: Igor Bezukh Date: Tue, 22 Jul 2014 15:40:05 +0300 Subject: 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 --- drivers/staging/vt6655/aes_ccmp.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/staging/vt6655/aes_ccmp.h b/drivers/staging/vt6655/aes_ccmp.h index cc02e64..fe0c506 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__ */ -- cgit v1.1