staging: vt6656: remove dead structure struct vnt_tx_pkt_info
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 18 Jul 2014 05:36:12 +0000 (06:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 23:06:23 +0000 (16:06 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h

index 8f318a9d8ba755f005668f5abd462546c014b879..f3ff6f542dd357282fbab7a3e762cc8e3f9ecec1 100644 (file)
@@ -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;