]> Pileus Git - ~andy/linux/commitdiff
ixgbevf: Remove the ring adapter pointer value
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 2 Nov 2012 05:50:41 +0000 (05:50 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 15 Nov 2012 13:50:24 +0000 (05:50 -0800)
It is unused - remove it.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h

index 1211fa093437f50d70d595a2e9d63b96fe05c3c2..dbdf39bddd4c457b3051137f8b9821baffda5441 100644 (file)
@@ -58,7 +58,6 @@ struct ixgbevf_ring {
        struct ixgbevf_ring *next;
        struct net_device *netdev;
        struct device *dev;
-       struct ixgbevf_adapter *adapter;  /* backlink */
        void *desc;                     /* descriptor ring memory */
        dma_addr_t dma;                 /* phys. address of descriptor ring */
        unsigned int size;              /* length in bytes */