summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/desc.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2013-08-16 23:44:04 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-19 15:39:18 -0700
commit976467d3cbcdadca343a0d9e0e2cfeeb16c48d4f (patch)
treeb343ad270391553d31451c989e722938b5ec2f3f /drivers/staging/vt6656/desc.h
parent4f990057bc8fa4d1a2ba98ec238bb0e709b190f5 (diff)
downloadop-kernel-dev-976467d3cbcdadca343a0d9e0e2cfeeb16c48d4f.zip
op-kernel-dev-976467d3cbcdadca343a0d9e0e2cfeeb16c48d4f.tar.gz
staging: vt6656: desc.h remove typedef SRrvTime_ab to new structure.
To new structure. typedef struct tagSRrvTime_ab -> struct vnt_rrv_time_ab This is only needed by rxtc.c so moved to rxtx.h and will eventually form part of the structure of struct vnt_tx_buffer. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/desc.h')
-rw-r--r--drivers/staging/vt6656/desc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/vt6656/desc.h b/drivers/staging/vt6656/desc.h
index ae0ce51..c2dec3b 100644
--- a/drivers/staging/vt6656/desc.h
+++ b/drivers/staging/vt6656/desc.h
@@ -146,14 +146,6 @@
/*
* RsvTime buffer header
*/
-typedef struct tagSRrvTime_ab {
- u16 wRTSTxRrvTime;
- u16 wTxRrvTime;
-} __attribute__ ((__packed__))
-SRrvTime_ab, *PSRrvTime_ab;
-
-typedef const SRrvTime_ab *PCSRrvTime_ab;
-
typedef struct tagSRrvTime_atim {
u16 wCTSTxRrvTime_ba;
u16 wTxRrvTime_a;
OpenPOWER on IntegriCloud