summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-07-18 05:36:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-18 23:06:23 (GMT)
commit7b6914c84f45a936e36385484ef7a0eb0fa489a4 (patch)
tree16f756ab44cbf933a38a64899268507199f9f33e
parent325de98424fd5f6bf7e12f598dc1c54b4595a760 (diff)
downloadlinux-7b6914c84f45a936e36385484ef7a0eb0fa489a4.tar.xz
staging: vt6656: remove dead structure struct vnt_tx_pkt_info
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/vt6656/device.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h
index 8f318a9..f3ff6f5 100644
--- a/drivers/staging/vt6656/device.h
+++ b/drivers/staging/vt6656/device.h
@@ -240,12 +240,6 @@ struct vnt_usb_send_context {
unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS];
};
-/* tx packet info for rxtx */
-struct vnt_tx_pkt_info {
- u16 fifo_ctl;
- u8 dest_addr[ETH_ALEN];
-};
-
/*
* Structure to keep track of USB interrupt packets
*/
@@ -300,7 +294,6 @@ struct vnt_private {
/* Variables to track resources for the BULK Out Pipe */
struct vnt_usb_send_context *apTD[CB_MAX_TX_DESC];
u32 cbTD;
- struct vnt_tx_pkt_info pkt_info[16];
/* Variables to track resources for the Interrupt In Pipe */
struct vnt_interrupt_buffer int_buf;