bgmac: drop ring->num_slots
[deliverable/linux.git] / drivers / net / ethernet / broadcom / bgmac.h
index e45e303ebc220b5d07c1d24b2dfcad14bdb5685e..db27febbb215cdc68ecfa2e3c0cda54c6a4fbf33 100644 (file)
@@ -419,11 +419,10 @@ struct bgmac_dma_ring {
        u32 start;
        u32 end;
 
-       u16 num_slots;
-       u16 mmio_base;
        struct bgmac_dma_desc *cpu_base;
        dma_addr_t dma_base;
        u32 index_base; /* Used for unaligned rings only, otherwise 0 */
+       u16 mmio_base;
        bool unaligned;
 
        struct bgmac_slot_info slots[BGMAC_RX_RING_SLOTS];
This page took 0.02358 seconds and 5 git commands to generate.