2013-08-16 22:46:58

by Malcolm Priestley

[permalink] [raw]
Subject: [PATCH 4/8] staging: vt6656: desc.h remove dead code typedef struct tagSRrvTime_atim.

Remove dead structure tagSRrvTime_atim.

Signed-off-by: Malcolm Priestley <[email protected]>

---
drivers/staging/vt6656/desc.h | 11 -----------
1 file changed, 11 deletions(-)

diff --git a/drivers/staging/vt6656/desc.h b/drivers/staging/vt6656/desc.h
index c2dec3b..dc089ac 100644
--- a/drivers/staging/vt6656/desc.h
+++ b/drivers/staging/vt6656/desc.h
@@ -144,17 +144,6 @@
#define TD_FLAGS_PS_RETRY 0x04 /* check if PS STA frame re-transmit */

/*
- * RsvTime buffer header
- */
-typedef struct tagSRrvTime_atim {
- u16 wCTSTxRrvTime_ba;
- u16 wTxRrvTime_a;
-} __attribute__ ((__packed__))
-SRrvTime_atim, *PSRrvTime_atim;
-
-typedef const SRrvTime_atim *PCSRrvTime_atim;
-
-/*
* TX FIFO header
*/
typedef struct tagSTxBufHead {
--
1.8.1.2