]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/designware.h
Merge git://git.denx.de/u-boot-rockchip
[karo-tx-uboot.git] / drivers / net / designware.h
index 04a45e050985713584444caa6e73b17037f3cd2b..51ba769cfb661cacea06c465d348811d16d882d0 100644 (file)
@@ -112,8 +112,8 @@ struct eth_dma_regs {
 struct dmamacdescr {
        u32 txrx_status;
        u32 dmamac_cntl;
-       void *dmamac_addr;
-       struct dmamacdescr *dmamac_next;
+       u32 dmamac_addr;
+       u32 dmamac_next;
 } __aligned(ARCH_DMA_MINALIGN);
 
 /*