ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_private
[linux-2.6-microblaze.git] / drivers / net / ethernet / freescale / ucc_geth.h
index 11d4bf5..6b86217 100644 (file)
@@ -1165,9 +1165,7 @@ struct ucc_geth_private {
        struct ucc_geth_exf_global_pram __iomem *p_exf_glbl_param;
        u32 exf_glbl_param_offset;
        struct ucc_geth_rx_global_pram __iomem *p_rx_glbl_pram;
-       u32 rx_glbl_pram_offset;
        struct ucc_geth_tx_global_pram __iomem *p_tx_glbl_pram;
-       u32 tx_glbl_pram_offset;
        struct ucc_geth_send_queue_mem_region __iomem *p_send_q_mem_reg;
        u32 send_q_mem_reg_offset;
        struct ucc_geth_thread_data_tx __iomem *p_thread_data_tx;