From: Igor Bezukh Date: Fri, 25 Jul 2014 16:33:04 +0000 (+0300) Subject: Staging: vt6655: removed redundant comments from iowpa.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2cb9fa51514290a49078b631846be0d1ed4d60c6;p=deliverable%2Flinux.git Staging: vt6655: removed redundant comments from iowpa.h Removed redundant comments from iowpa.h header file. Signed-off-by: Igor Bezukh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/iowpa.h b/drivers/staging/vt6655/iowpa.h index b7bd1909fa7c..772bc4c2a7b9 100644 --- a/drivers/staging/vt6655/iowpa.h +++ b/drivers/staging/vt6655/iowpa.h @@ -29,8 +29,6 @@ #ifndef __IOWPA_H__ #define __IOWPA_H__ -/*--------------------- Export Definitions -------------------------*/ - #define WPA_IE_LEN 64 //WPA related @@ -127,14 +125,6 @@ struct viawget_scan_result { int maxrate; }; -//2006-1116-01, by NomadZhao #pragma pack() -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Types ------------------------------*/ - -/*--------------------- Export Functions --------------------------*/ #endif //__IOWPA_H__